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)

Syntax

'Declaration
ReadOnly Property CurrentParameter As IParameter
IParameter CurrentParameter { get; }
property IParameter^ CurrentParameter {
    IParameter^ get ();
}
abstract CurrentParameter : IParameter
function get CurrentParameter () : IParameter

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense.IParameter
The current parameter.

Remarks

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.

.NET Framework Security

See Also

Reference

ISignature Interface

Microsoft.VisualStudio.Language.Intellisense Namespace