Compartir a través de


VCRuntimeEnumValue.Value (Propiedad)

Establece u obtiene el valor de la propiedad enum.

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

Sintaxis

'Declaración
Property Value As Integer
int Value { get; set; }
property int Value {
    int get ();
    void set (int value);
}
abstract Value : int with get, set
function get Value () : int 
function set Value (value : int)

Valor de propiedad

Tipo: Int32
Valor entero de la propiedad enum.

Seguridad de .NET Framework

Vea también

Referencia

VCRuntimeEnumValue Interfaz

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)