ISignature::CurrentParameter Property
Visual Studio 2015
Gets the current parameter for this signature.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
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.
Show: