Sdílet prostřednictvím


NavigateToItem.IsCaseSensitive Property

Definition

Caution

Please convert calls to IsCaseSensitive over to use PatternMatch.IsCaseSensitive instead

If this item's match was case-sensitive. Case-sensitive matches of the same MatchKind will be presented before insensitive matches. i.e. a case-sensitive exact match will come before a case-insensitive exact match. However, a case-sensitive prefix match will still come after a case-insensitive exact match.

public:
 property bool IsCaseSensitive { bool get(); };
public:
 property bool IsCaseSensitive { bool get(); };
public bool IsCaseSensitive { get; }
[System.Obsolete("Please convert calls to IsCaseSensitive over to use PatternMatch.IsCaseSensitive instead")]
public bool IsCaseSensitive { get; }
member this.IsCaseSensitive : bool
[<System.Obsolete("Please convert calls to IsCaseSensitive over to use PatternMatch.IsCaseSensitive instead")>]
member this.IsCaseSensitive : bool
Public ReadOnly Property IsCaseSensitive As Boolean

Property Value

Attributes

Applies to