Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Protected Sub SelectBestMatch ( _
matchType As CompletionMatchType, _
caseSensitive As Boolean _
)
protected void SelectBestMatch(
CompletionMatchType matchType,
bool caseSensitive
)
protected:
void SelectBestMatch(
CompletionMatchType matchType,
bool caseSensitive
)
member SelectBestMatch :
matchType:CompletionMatchType *
caseSensitive:bool -> unit
protected function SelectBestMatch(
matchType : CompletionMatchType,
caseSensitive : boolean
)
Parameters
matchType
Type: Microsoft.VisualStudio.Language.Intellisense.CompletionMatchTypeThe CompletionMatchType.
caseSensitive
Type: System.Booleantrue if the match is case-sensitive, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.