Propriedade VCRuntimeStringProperty.DefaultValue
Define ou obtém o valor padrão da propriedade.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
'Declaração
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)
Tipo: System.String
O valor padrão de VCRuntimeStringProperty objeto.
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.