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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DatabaseFileNodeProperties Classe
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms