Partager via


BuildActionChangeEventArgs.CurrentAction, propriété

Obtient ou définit l'action de génération actuelle.

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 CurrentAction As String
    Get
    Private Set
public string CurrentAction { get; private set; }
public:
property String^ CurrentAction {
    String^ get ();
    private: void set (String^ value);
}
member CurrentAction : string with get, private set
function get CurrentAction () : String
private function set CurrentAction (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