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
matchType
Tipo: Microsoft.VisualStudio.Language.Intellisense.CompletionMatchType
caseSensitive
Tipo: BooleantrueSe a correspondência é diferencia maiúsculas de minúsculas, caso contrário, false.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.