VCRuntimeBooleanProperty.DefaultValue Property

Sets or gets the default value of the property.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
Property DefaultValue As Boolean
用法
Dim instance As VCRuntimeBooleanProperty
Dim value As Boolean

value = instance.DefaultValue

instance.DefaultValue = value
bool DefaultValue { get; set; }
property bool DefaultValue {
    bool get ();
    void set (bool value);
}
function get DefaultValue () : boolean
function set DefaultValue (value : boolean)

Property Value

Type: System.Boolean

The default value of the VCRuntimeBooleanProperty object.

Permissions

See Also

Reference

VCRuntimeBooleanProperty Interface

VCRuntimeBooleanProperty Members

Microsoft.VisualStudio.VCProjectEngine Namespace