NavigateToItem.MatchKind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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