IParameter Interface
Visual Studio 2015
Represents an individual parameter description inside the description of a signature for Signature Help (Parameter Info).
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| 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. |
For an example of the use of this interface, see Walkthrough: Displaying Signature Help.
Show:
