IIntellisenseSession.Match 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.
Determines the best matching item in the session and sets the selection to this item.
public:
bool Match();
public:
bool Match();
bool Match();
public bool Match ();
abstract member Match : unit -> bool
Public Function Match () As Boolean
Returns
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.