VCRuntimeBooleanProperty.DefaultValue 属性

设置或获取属性的默认值。

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
Property DefaultValue As Boolean
bool DefaultValue { get; set; }
property bool DefaultValue {
    bool get ();
    void set (bool value);
}
abstract DefaultValue : bool with get, set
function get DefaultValue () : boolean
function set DefaultValue (value : boolean)

属性值

类型:System.Boolean
VCRuntimeBooleanProperty 对象的默认值。

.NET Framework 安全性

请参见

参考

VCRuntimeBooleanProperty 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间