VCCodeInterface::IsCaseSensitive Property

 

Gets a value indicating whether the current language is case-sensitive.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property bool IsCaseSensitive {
	bool get();
}

Property Value

Type: System::Boolean

true if the current language is case-sensitive; false if otherwise.

Return to top
Show: