IParameter 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 parameter description inside the description of a signature.
public interface class IParameterpublic interface class IParameter__interface IParameterpublic interface IParametertype IParameter = interfacePublic Interface IParameterExamples
For an example of the use of this interface, see Walkthrough: Displaying Signature Help.
Properties
| Documentation | Gets the documentation associated with the parameter. | 
| Locus | Gets the text 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. |