Link Search Menu Expand Document

ChoiceItems Methods

The ChoiceItems type exposes the following members.

Methods
NameDescription
Public methodAdd
Adds an object to the end of the collection.
Public methodClear
Removes all elements from the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAltItem
Gets the sub-element at the specified index, if items is array.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInsert
Inserts an element into the collection at the specified index.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove(Int32)
Removes the element at the specified index of the collection.
Public methodRemove(String)
Removes the first occurrence of a specific object from the collection.
Public methodToAltArray
Copies the sub-elements (item alt) of the collection to a new array.
Public methodToArray
Copies the elements of the collection to a new array.
Public methodToString (Inherited from Object.)
Top
See Also

Reference