GCEnumValueremoveEnumChoice Method (String) |
[Missing <summary> documentation for "M:DXMLBase.Gcv.GCEnumValue.removeEnumChoice(System.String)"]
Namespace: DXMLBase.GcvAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual bool removeEnumChoice(
string enumValue
)
Public Overridable Function removeEnumChoice (
enumValue As String
) As Boolean
public:
virtual bool removeEnumChoice(
String^ enumValue
)
abstract removeEnumChoice :
enumValue : string -> bool
override removeEnumChoice :
enumValue : string -> bool
Parameters
- enumValue
- Type: SystemString
[Missing <param name="enumValue"/> documentation for "M:DXMLBase.Gcv.GCEnumValue.removeEnumChoice(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:DXMLBase.Gcv.GCEnumValue.removeEnumChoice(System.String)"]
See Also