ISignature Interface
Visual Studio 2015
Represents an individual signature displayed in a tool, such as the signature help tool.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Name | Description | |
|---|---|---|
![]() | ApplicableToSpan | Gets the span of text in the buffer to which this signature help is applicable. |
![]() | Content | Gets the content of the signature, including all the characters to be displayed. |
![]() | CurrentParameter | Gets the current parameter for this signature. |
![]() | Documentation | Gets the documentation associated with this signature. |
![]() | Parameters | Gets the list of parameters that this signature knows about. |
![]() | PrettyPrintedContent | Gets the content of the signature, pretty-printed into a form suitable for display on-screen. |
| Name | Description | |
|---|---|---|
![]() | CurrentParameterChanged | Occurs when the currently-selected parameter changes. |
For an example of the use of this interface, see Walkthrough: Displaying Signature Help.
Show:

