共用方式為


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