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)
Syntax
'Декларация
ReadOnly Property IsCaseSensitive As Boolean
Get
bool IsCaseSensitive { get; }
property bool IsCaseSensitive {
bool get ();
}
abstract IsCaseSensitive : bool
function get IsCaseSensitive () : boolean
Property Value
Type: System.Boolean
true if the current language is case-sensitive; false if otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VCCodeModel Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples