Partilhar via


Propriedade IDatabaseFileNode.BuildAction

Obtém ou define a ação de compilação para este arquivo.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

IDatabaseFileNode Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project