IIntellisenseSession Methods

 

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

NameDescription
System_CAPS_pubmethodCollapse()

Reduces the session to a minimized state. If the session has no such state, the session will be dismissed.

System_CAPS_pubmethodDismiss()

Dismisses the session, causing the presenter to be destroyed and the session to be removed from the session stack.

System_CAPS_pubmethodGetTriggerPoint(ITextBuffer^)

Gets the ITrackingPoint at which this IntelliSense session was triggered for the specified ITextBuffer.

System_CAPS_pubmethodGetTriggerPoint(ITextSnapshot^)

Gets the SnapshotPoint at which this IntelliSense session was triggered in terms of the specified ITextSnapshot.

System_CAPS_pubmethodMatch()

Determines the best matching item in the session and sets the selection to this item.

System_CAPS_pubmethodRecalculate()

Recalculates the underlying IntelliSense items pertaining to this session, using the same trigger point.

System_CAPS_pubmethodStart()

Starts the session.

Return to top
Show: