VCRuntimeEnumProperty.AddValue Method

Adds a value to an enum property.

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

Syntax

'Declaration
Function AddValue ( _
    Value As Integer _
) As VCRuntimeEnumValue
VCRuntimeEnumValue AddValue(
    int Value
)
VCRuntimeEnumValue^ AddValue(
    [InAttribute] int Value
)
abstract AddValue : 
        Value:int -> VCRuntimeEnumValue
function AddValue(
    Value : int
) : VCRuntimeEnumValue

Parameters

  • Value
    Type: Int32

    Value to add to the property.

Return Value

Type: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeEnumValue
A VcRuntimeEnumValue interface to gain access to the enum property.

.NET Framework Security

See Also

Reference

VCRuntimeEnumProperty Interface

Microsoft.VisualStudio.VCProjectEngine Namespace