NavigateToItem.MatchKind Property

Definition

Caution

Please convert calls to MatchKind over to use PatternMatch.Kind instead

How this symbol matches the search string.

public:
 property Microsoft::VisualStudio::Language::NavigateTo::Interfaces::MatchKind MatchKind { Microsoft::VisualStudio::Language::NavigateTo::Interfaces::MatchKind get(); };
public:
 property Microsoft::VisualStudio::Language::NavigateTo::Interfaces::MatchKind MatchKind { Microsoft::VisualStudio::Language::NavigateTo::Interfaces::MatchKind get(); };
public Microsoft.VisualStudio.Language.NavigateTo.Interfaces.MatchKind MatchKind { get; }
[System.Obsolete("Please convert calls to MatchKind over to use PatternMatch.Kind instead")]
public Microsoft.VisualStudio.Language.NavigateTo.Interfaces.MatchKind MatchKind { get; }
member this.MatchKind : Microsoft.VisualStudio.Language.NavigateTo.Interfaces.MatchKind
[<System.Obsolete("Please convert calls to MatchKind over to use PatternMatch.Kind instead")>]
member this.MatchKind : Microsoft.VisualStudio.Language.NavigateTo.Interfaces.MatchKind
Public ReadOnly Property MatchKind As MatchKind

Property Value

A value that indicates how the symbol matches the search string.

Attributes

Applies to