Share via


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)

Syntax

'Déclaration
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

  • caseSensitive
    Type: System.Boolean
    true if the match is case-sensitive, otherwise false.

.NET Framework Security

See Also

Reference

CompletionSet Class

SelectBestMatch Overload

Microsoft.VisualStudio.Language.Intellisense Namespace