ISignature Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an individual signature displayed in a tool, such as the signature help tool.
public interface class ISignature
public interface class ISignature
__interface ISignature
public interface ISignature
type ISignature = interface
Public Interface ISignature
Examples
For an example of the use of this interface, see Walkthrough: Displaying Signature Help.
Properties
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 content of 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. |
Events
CurrentParameterChanged |
Occurs when the current parameter changes. |