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;
true if case is ignored in the underlying language, otherwise false.
ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace