CurrentParameterChangedEventArgs.NewCurrentParameter 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 parameter that is now the current parameter.
public:
property Microsoft::VisualStudio::Language::Intellisense::IParameter ^ NewCurrentParameter { Microsoft::VisualStudio::Language::Intellisense::IParameter ^ get(); };
public:
property Microsoft::VisualStudio::Language::Intellisense::IParameter ^ NewCurrentParameter { Microsoft::VisualStudio::Language::Intellisense::IParameter ^ get(); };
public Microsoft.VisualStudio.Language.Intellisense.IParameter NewCurrentParameter { get; }
member this.NewCurrentParameter : Microsoft.VisualStudio.Language.Intellisense.IParameter
Public ReadOnly Property NewCurrentParameter As IParameter
Property Value
The new current parameter.