CurrentParameterChangedEventArgs.PreviousCurrentParameter 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 was previously the current parameter.
public:
 property Microsoft::VisualStudio::Language::Intellisense::IParameter ^ PreviousCurrentParameter { Microsoft::VisualStudio::Language::Intellisense::IParameter ^ get(); };public:
 property Microsoft::VisualStudio::Language::Intellisense::IParameter ^ PreviousCurrentParameter { Microsoft::VisualStudio::Language::Intellisense::IParameter ^ get(); };public Microsoft.VisualStudio.Language.Intellisense.IParameter PreviousCurrentParameter { get; }member this.PreviousCurrentParameter : Microsoft.VisualStudio.Language.Intellisense.IParameterPublic ReadOnly Property PreviousCurrentParameter As IParameterProperty Value
The previous current parameter.