CompletionSet.SelectBestMatch Method

Determines the best match in the completion set.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Public Overridable Sub SelectBestMatch
public virtual void SelectBestMatch()
public:
virtual void SelectBestMatch()
abstract SelectBestMatch : unit -> unit 
override SelectBestMatch : unit -> unit 
public function SelectBestMatch()

.NET Framework Security

See Also

Reference

CompletionSet Class

SelectBestMatch Overload

Microsoft.VisualStudio.Language.Intellisense Namespace