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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.