Partilhar via


Propriedade VCRuntimeIntegerProperty.DefaultValue

Define ou obtém o valor padrão da propriedade.

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

Sintaxe

'Declaração
Property DefaultValue As Integer
int DefaultValue { get; set; }
property int DefaultValue {
    int get ();
    void set (int value);
}
abstract DefaultValue : int with get, set
function get DefaultValue () : int 
function set DefaultValue (value : int)

Valor de propriedade

Tipo: Int32
O valor padrão de VCRuntimeIntegerProperty objeto.

Segurança do .NET Framework

Consulte também

Referência

VCRuntimeIntegerProperty Interface

Namespace Microsoft.VisualStudio.VCProjectEngine