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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
BuildActionChangeEventArgs Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms