IIntellisenseSession::Match Method ()

 

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)

bool Match()

Return Value

Type: System::Boolean

true if the match was found, otherwise false.

The best match is determined by querying the highest-priority provider for the buffer over which this session is running.

Return to top
Show: