Share via


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
Public property Documentation Gets the documentation associated with the parameter.
Public property Locus Gets the ___location of this parameter relative to the signature's content.
Public property Name Gets the name of this parameter.
Public property PrettyPrintedLocus Gets the text ___location of this parameter relative to the signature's pretty-printed content.
Public property 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.

See Also

Reference

Microsoft.VisualStudio.Language.Intellisense Namespace