IDatabaseFileNode.BuildAction 属性

获取或设置文件的生成操作。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Property BuildAction As String
    Get
    Set
string BuildAction { get; set; }
property String^ BuildAction {
    String^ get ();
    void set (String^ value);
}
abstract BuildAction : string with get, set
function get BuildAction () : String
function set BuildAction (value : String)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

IDatabaseFileNode 接口

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