CompletionSet.SelectBestMatch Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- matchType
- CompletionMatchType
The CompletionMatchType.
- caseSensitive
- Boolean
true
if the match is case-sensitive, otherwise false
.