NavigateToItem::MatchKind Property

 

Gets the MatchKind member that indicates how the symbol matches the search string.

Namespace:   Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

public:
property MatchKind MatchKind {
	MatchKind get();
}

Property Value

Type: Microsoft.VisualStudio.Language.NavigateTo.Interfaces::MatchKind

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

Return to top
Show: