VCRuntimeEnumProperty::AddValue Method (Int32)
Adds a value to an enum property.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
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.
Show: