CurrentParameterChangedEventArgs::PreviousCurrentParameter Property

 

Gets the parameter that was previously the current parameter.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property IParameter^ PreviousCurrentParameter {
	IParameter^ get();
}

Property Value

Type: Microsoft.VisualStudio.Language.Intellisense::IParameter^

The previous current parameter.

Return to top
Show: