CompletionSet.SelectBestMatch Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| SelectBestMatch() |
Determina a melhor correspondência no conjunto de conclusão. |
| SelectBestMatch(CompletionMatchType, Boolean) |
Redetermina a melhor correspondência de conclusão no conjunto de conclusão. |
SelectBestMatch()
Determina a melhor correspondência no conjunto de conclusão.
public:
virtual void SelectBestMatch();
public:
virtual void SelectBestMatch();
virtual void SelectBestMatch();
public virtual void SelectBestMatch ();
abstract member SelectBestMatch : unit -> unit
override this.SelectBestMatch : unit -> unit
Public Overridable Sub SelectBestMatch ()
Aplica-se a
SelectBestMatch(CompletionMatchType, Boolean)
Redetermina a melhor correspondência de conclusão no conjunto de conclusão.
protected:
void SelectBestMatch(Microsoft::VisualStudio::Language::Intellisense::CompletionMatchType matchType, bool caseSensitive);
protected:
void SelectBestMatch(Microsoft::VisualStudio::Language::Intellisense::CompletionMatchType matchType, bool caseSensitive);
void SelectBestMatch(Microsoft::VisualStudio::Language::Intellisense::CompletionMatchType matchType, bool caseSensitive);
protected void SelectBestMatch (Microsoft.VisualStudio.Language.Intellisense.CompletionMatchType matchType, bool caseSensitive);
member this.SelectBestMatch : Microsoft.VisualStudio.Language.Intellisense.CompletionMatchType * bool -> unit
Protected Sub SelectBestMatch (matchType As CompletionMatchType, caseSensitive As Boolean)
Parâmetros
- matchType
- CompletionMatchType
- caseSensitive
- Boolean
true se a correspondência diferencia maiúsculas de minúsculas, caso contrário, false.