VCRuntimeEnumProperty.RemoveValue Method
Removes a value from an runtime enum property.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Sub RemoveValue ( _
EnumValue As VCRuntimeEnumValue _
)
void RemoveValue(
VCRuntimeEnumValue EnumValue
)
void RemoveValue(
[InAttribute] VCRuntimeEnumValue^ EnumValue
)
abstract RemoveValue :
EnumValue:VCRuntimeEnumValue -> unit
function RemoveValue(
EnumValue : VCRuntimeEnumValue
)
Parameters
EnumValue
Type: Microsoft.VisualStudio.VCProjectEngine.VCRuntimeEnumValueValue to remove.
.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.