ISignature::CurrentParameter Property

 

Gets the current parameter for this signature.

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

property IParameter^ CurrentParameter {
	IParameter^ get();
}

Property Value

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

The current parameter.

When the caret is within the signature's applicability span, this value is the parameter over which the caret is positioned. When the caret is not within the signature's applicability span, this value is undefined.

Return to top
Show: