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 命名空间