IUnknownEnumVariantpublic interface IEnumVariant extends IUnknown
IID_IUNKNOWN| Modifier and Type | Method | Description |
|---|---|---|
IEnumVariant |
Clone() |
Creates a copy of the current state of enumeration.
|
Variant.VARIANT[] |
Next(int count) |
Retrieves the specified items in the enumeration sequence.
|
void |
Reset() |
Resets the enumeration sequence to the beginning.
|
void |
Skip(int count) |
Attempts to skip over the next celt elements in the enumeration sequence.
|
AddRef, QueryInterface, ReleaseIEnumVariant Clone()
Variant.VARIANT[] Next(int count)
Count is the upper limit and less values can be retrieved.
count - maximum number of elements to retrievevoid Reset()
void Skip(int count)
count - elements to skip