Compartilhar via


Método CompletionSet.SelectBestMatch (CompletionMatchType, Boolean)

Determina a melhor correspondência na conclusão definida para o tipo de dado de correspondência.

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

Sintaxe

'Declaração
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
)

Parâmetros

  • caseSensitive
    Tipo: Boolean

    trueSe a correspondência é diferencia maiúsculas de minúsculas, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

CompletionSet Classe

Sobrecargas SelectBestMatch

Namespace Microsoft.VisualStudio.Language.Intellisense