CompletionSet::SelectBestMatch Method (CompletionMatchType, Boolean)

 

Determines the best match in the completion set for the given match type.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

protected:
void SelectBestMatch(
	CompletionMatchType matchType,
	bool caseSensitive
)

Parameters

matchType
Type: Microsoft.VisualStudio.Language.Intellisense::CompletionMatchType

The CompletionMatchType.

caseSensitive
Type: System::Boolean

true if the match is case-sensitive, otherwise false.

Return to top
Show: