Compartir a través de


VCRuntimeStringProperty.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 String
string DefaultValue { get; set; }
property String^ DefaultValue {
    String^ get ();
    void set (String^ value);
}
abstract DefaultValue : string with get, set
function get DefaultValue () : String 
function set DefaultValue (value : String)

Valor de propiedad

Tipo: String
Valor predeterminado del objeto VCRuntimeStringProperty.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeStringProperty Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)