ISignatureHelpBroker Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | CreateSignatureHelpSession(ITextView^, ITrackingPoint^, Boolean) | Creates a signature help session without starting it. |
![]() | DismissAllSessions(ITextView^) | Dismisses any active signature help sessions in this broker's ITextView. |
![]() | GetSessions(ITextView^) | Gets the list of all signature help sessions for this broker's ITextView. |
![]() | IsSignatureHelpActive(ITextView^) | Determines whether signature help is active. |
![]() | TriggerSignatureHelp(ITextView^) | Begins the process of signature help at the position of the caret. |
![]() | TriggerSignatureHelp(ITextView^, ITrackingPoint^, Boolean) | Starts the process of signature help at the specified point. |
Show:
