CompletionSet.SelectBestMatch Método

Definição

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

caseSensitive
Boolean

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

Aplica-se a