Clone Method
Clones an existing enum.
Syntax
Sub Clone() |
Parameters
None
Return Value
Type: VSEnumPropertyVale
Examples
IronPython
#Clone enum myEnum = VSEnumPropertyValue(1, "red;amber;green") |
C#
//Clone enum VSEnumPropertyValue myEnum = new VSEnumPropertyValue(1, "first;second;third"); |
Remarks