IParameter Interface

Definition

Represents an individual parameter description inside the description of a signature.

public interface class IParameter
public interface class IParameter
__interface IParameter
public interface IParameter
type IParameter = interface
Public Interface IParameter

Examples

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.

Applies to