ISignatureHelpSession Methods

Include Protected Members
Include Inherited Members

The ISignatureHelpSession type exposes the following members.

Methods

  Name Description
Public method Collapse Reduces the session to a minimized state. If the session has no such state, the session will be dismissed. (Inherited from IIntellisenseSession.)
Public method Dismiss Dismisses the session, causing the presenter to be destroyed and the session to be removed from the session stack. (Inherited from IIntellisenseSession.)
Public method GetTriggerPoint(ITextBuffer) Gets the ITrackingPoint at which this IntelliSense session was triggered for the specified ITextBuffer. (Inherited from IIntellisenseSession.)
Public method GetTriggerPoint(ITextSnapshot) Gets the SnapshotPoint at which this IntelliSense session was triggered in terms of the specified ITextSnapshot. (Inherited from IIntellisenseSession.)
Public method Match Determines the best matching item in the session and sets the selection to this item. (Inherited from IIntellisenseSession.)
Public method Recalculate Recalculates the underlying IntelliSense items pertaining to this session, using the same trigger point. (Inherited from IIntellisenseSession.)
Public method Start Starts the session. (Inherited from IIntellisenseSession.)

Top

See Also

Reference

ISignatureHelpSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace