VCRuntimeEnumProperty::AddValue Method (Int32)

 

Adds a value to an enum property.

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

VCRuntimeEnumValue^ AddValue(
	int Value
)

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.

Return to top
Show: