Partager via


BuildActionChangeEventArgs.PreviousAction, propriété

Obtient ou définit l'action de génération précédente.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Property PreviousAction As String
    Get
    Private Set
public string PreviousAction { get; private set; }
public:
property String^ PreviousAction {
    String^ get ();
    private: void set (String^ value);
}
member PreviousAction : string with get, private set
function get PreviousAction () : String
private function set PreviousAction (value : String)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

BuildActionChangeEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms