Compartir a través de


DatabaseFileNodeProperties.BuildAction (Propiedad)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
<PropertyPageTypeConverterAttribute(GetType(DatabaseProjectBuildActionConverter))> _
<BrowsableAttribute(True)> _
<TypeConverterAttribute(GetType(DatabaseProjectBuildActionConverter))> _
Public Overridable Property BuildAction As String
    Get
    Set
[PropertyPageTypeConverterAttribute(typeof(DatabaseProjectBuildActionConverter))]
[BrowsableAttribute(true)]
[TypeConverterAttribute(typeof(DatabaseProjectBuildActionConverter))]
public virtual string BuildAction { get; set; }
[PropertyPageTypeConverterAttribute(typeof(DatabaseProjectBuildActionConverter))]
[BrowsableAttribute(true)]
[TypeConverterAttribute(typeof(DatabaseProjectBuildActionConverter))]
public:
virtual property String^ BuildAction {
    String^ get ();
    void set (String^ value);
}
[<PropertyPageTypeConverterAttribute(typeof(DatabaseProjectBuildActionConverter))>]
[<BrowsableAttribute(true)>]
[<TypeConverterAttribute(typeof(DatabaseProjectBuildActionConverter))>]
abstract BuildAction : string with get, set
[<PropertyPageTypeConverterAttribute(typeof(DatabaseProjectBuildActionConverter))>]
[<BrowsableAttribute(true)>]
[<TypeConverterAttribute(typeof(DatabaseProjectBuildActionConverter))>]
override BuildAction : string with get, set
function get BuildAction () : String
function set BuildAction (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DatabaseFileNodeProperties Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)