Partager via


DatabaseFileNodeProperties.BuildAction, propriété

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

DatabaseFileNodeProperties Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms