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)

property ISignature^ Signature {
	ISignature^ get();
}

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense::ISignature^

The ISignature of the parameter.

Return to top
Show: