Propriedade DatabaseFileNodeProperties.BuildAction
Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
<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 propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DatabaseFileNodeProperties Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal