Compartir a través de


VCRuntimeBooleanProperty.DefaultValue (Propiedad)

Establece u obtiene el valor predeterminado de la propiedad.

Espacio de nombres:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean
Valor predeterminado del objeto VCRuntimeBooleanProperty.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeBooleanProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)