Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.