VCRuntimeEnumProperty::RemoveValue Method (VCRuntimeEnumValue^)

 

Removes a value from an runtime enum property.

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

void RemoveValue(
	VCRuntimeEnumValue^ EnumValue
)

Parameters

EnumValue
Type: Microsoft.VisualStudio.VCProjectEngine::VCRuntimeEnumValue^

Value to remove.

Return to top
Show: