VCCodeInterface.IsCaseSensitive Property

Definition

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

public:
 property bool IsCaseSensitive { bool get(); };
public:
 property bool IsCaseSensitive { bool get(); };
[System.Runtime.InteropServices.DispId(513)]
public bool IsCaseSensitive { [System.Runtime.InteropServices.DispId(513)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(513)>]
[<get: System.Runtime.InteropServices.DispId(513)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.IsCaseSensitive : bool
Public ReadOnly Property IsCaseSensitive As Boolean

Property Value

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

Attributes

Applies to