CurrentParameterChangedEventArgs.PreviousCurrentParameter Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le paramètre qui était précédemment le paramètre actuel.
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.IParameter
Public ReadOnly Property PreviousCurrentParameter As IParameter
Valeur de propriété
Paramètre actuel précédent.