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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.