次の方法で共有


IParameter.Signature Property

Definition

Gets the signature of which this parameter is a part.

public:
 property Microsoft::VisualStudio::Language::Intellisense::ISignature ^ Signature { Microsoft::VisualStudio::Language::Intellisense::ISignature ^ get(); };
public:
 property Microsoft::VisualStudio::Language::Intellisense::ISignature ^ Signature { Microsoft::VisualStudio::Language::Intellisense::ISignature ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.ISignature Signature { get; }
member this.Signature : Microsoft.VisualStudio.Language.Intellisense.ISignature
Public ReadOnly Property Signature As ISignature

Property Value

The ISignature of the parameter.

Applies to