ISignature.CurrentParameter Property

Definition

Gets the current parameter for this signature.

public:
 property Microsoft::VisualStudio::Language::Intellisense::IParameter ^ CurrentParameter { Microsoft::VisualStudio::Language::Intellisense::IParameter ^ get(); };
public:
 property Microsoft::VisualStudio::Language::Intellisense::IParameter ^ CurrentParameter { Microsoft::VisualStudio::Language::Intellisense::IParameter ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.IParameter CurrentParameter { get; }
member this.CurrentParameter : Microsoft.VisualStudio.Language.Intellisense.IParameter
Public ReadOnly Property CurrentParameter As IParameter

Property Value

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.

Applies to