IParameter Interface
Represents an individual parameter description inside the description of a signature for Signature Help (Parameter Info).
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Interface IParameter
public interface IParameter
public interface class IParameter
type IParameter = interface end
public interface IParameter
The IParameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
Documentation | Gets the documentation associated with the parameter. | |
Locus | Gets the location of this parameter relative to the signature's content. | |
Name | Gets the name of this parameter. | |
PrettyPrintedLocus | Gets the text location of this parameter relative to the signature's pretty-printed content. | |
Signature | Gets the signature of which this parameter is a part. |
Top
Examples
For an example of the use of this interface, see Walkthrough: Displaying Signature Help.