CompletionSet.SelectBestMatch Method

Definition

Overloads

SelectBestMatch()

Determines the best match in the completion set.

SelectBestMatch(CompletionMatchType, Boolean)

Redetermines the best matching completion in the completion set.

SelectBestMatch()

Determines the best match in the completion set.

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 ()

Applies to

SelectBestMatch(CompletionMatchType, Boolean)

Redetermines the best matching completion in the completion set.

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)

Parameters

caseSensitive
Boolean

true if the match is case-sensitive, otherwise false.

Applies to