Condividi tramite


IParameter.Signature Property

Gets the signature of which this parameter is a part.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Dichiarazione
ReadOnly Property Signature As ISignature
ISignature Signature { get; }
property ISignature^ Signature {
    ISignature^ get ();
}
abstract Signature : ISignature
function get Signature () : ISignature

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.ISignature
The ISignature of the parameter.

.NET Framework Security

See Also

Reference

IParameter Interface

Microsoft.VisualStudio.Language.Intellisense Namespace