IParameter.Signature Property
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.
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.