Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UCOMIEnumVARIANT Interface

 
Note: This API is now obsolete. Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumVARIANT instead. http://go.microsoft.com/fwlink/?linkid=14202",
	False)>
<GuidAttribute("00020404-0000-0000-C000-000000000046")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIEnumVARIANT

NameDescription
System_CAPS_pubmethodClone(Int32)

Creates another enumerator that contains the same enumeration state as the current one.

System_CAPS_pubmethodNext(Int32, Int32, Int32)

Retrieves a specified number of items in the enumeration sequence.

System_CAPS_pubmethodReset()

Resets the enumeration sequence to the beginning.

System_CAPS_pubmethodSkip(Int32)

Skips over a specified number of items in the enumeration sequence.

For more information about the IEnumVARIANT interface, see the MSDN Library.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft