NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeSourceFile.GetIgnoreCase

Gets whether case is ignored in the underlying language or not.

[Visual Basic]
Function GetIgnoreCase() As Boolean
[C#]
bool GetIgnoreCase();
[C++]
bool GetIgnoreCase() = 0;
[JScript]
function GetIgnoreCase() : Boolean;

Return Value

true if case is ignored in the underlying language, otherwise false.

See Also

ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace