共用方式為


BuildActionChangeEventArgs.CurrentAction 屬性

取得或設定目前的建置動作。

命名空間:  Microsoft.VisualStudio.Data.Schema.Package.Project
組件:  Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

語法

'宣告
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)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

BuildActionChangeEventArgs 類別

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空間