CompletionSet::SelectBestMatch Method (CompletionMatchType, Boolean)
Visual Studio 2015
Determines the best match in the completion set for the given match type.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Parameters
- matchType
-
Type:
Microsoft.VisualStudio.Language.Intellisense::CompletionMatchType
The CompletionMatchType.
- caseSensitive
-
Type:
System::Boolean
true if the match is case-sensitive, otherwise false.
Show: