Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines the best matching item in the session and sets the selection to this item.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Function Match As Boolean
bool Match()
bool Match()
abstract Match : unit -> bool
function Match() : boolean
Return Value
Type: System.Boolean
true if the match was found, otherwise false.
Remarks
The best match is determined by querying the highest-priority provider for the buffer over which this session is running.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.