VCRuntimeEnumValue.Value Property

Sets or gets the value of the enum property.

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

Syntax

声明
Property Value As Integer
用法
Dim instance As VCRuntimeEnumValue
Dim value As Integer

value = instance.Value

instance.Value = value
int Value { get; set; }
property int Value {
    int get ();
    void set (int value);
}
function get Value () : int
function set Value (value : int)

Property Value

Type: System.Int32

Integer value of the enum property.

Permissions

See Also

Reference

VCRuntimeEnumValue Interface

VCRuntimeEnumValue Members

Microsoft.VisualStudio.VCProjectEngine Namespace