ISignature.CurrentParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.