DatabaseFileNodeProperties.BuildAction 属性

该类及其成员保留供内部使用,不应在代码中使用。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
<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)

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

DatabaseFileNodeProperties 类

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal 命名空间