﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IEnumVARIANT" FullName="System.Runtime.InteropServices.ComTypes.IEnumVARIANT"><TypeSignature Language="C#" Value="public interface IEnumVARIANT" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IEnumVARIANT" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.Guid("00020404-0000-0000-c000-000000000046")</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)</AttributeName></Attribute></Attributes><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about the IEnumVARIANT interface, see the MSDN Library.</para><para>The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see <format type="text/html"><a href="610b364b-2761-429d-9c4a-afbc3e66f1b9">How to: Map HRESULTs and Exceptions</a></format>.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Manages the definition of the IEnumVARIANT interface.</para></summary></Docs><Members><Member MemberName="Clone"><MemberSignature Language="C#" Value="public System.Runtime.InteropServices.ComTypes.IEnumVARIANT Clone ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Runtime.InteropServices.ComTypes.IEnumVARIANT Clone() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Runtime.InteropServices.ComTypes.IEnumVARIANT</ReturnType></ReturnValue><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about IEnumVARIANT::Clone, see the MSDN Library.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Creates a new enumerator that contains the same enumeration state as the current one.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Runtime.InteropServices.ComTypes.IEnumVARIANT" />  reference to the newly created enumerator.</para></returns></Docs></Member><Member MemberName="Next"><MemberSignature Language="C#" Value="public int Next (int celt, object[] rgVar, IntPtr pceltFetched);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Next(int32 celt, object[] rgVar, native int pceltFetched) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="celt" Type="System.Int32" /><Parameter Name="rgVar" Type="System.Object[]" /><Parameter Name="pceltFetched" Type="System.IntPtr" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about IEnumVARIANT::Next, see the MSDN Library.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Retrieves a specified number of items in the enumeration sequence.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>S_OK if the <paramref name="pceltFetched" /> parameter equals the <paramref name="celt" /> parameter; otherwise, S_FALSE.</para></returns><param name="celt"><attribution license="cc4" from="Microsoft" modified="false" />The number of elements to return in <paramref name="rgelt" />. </param><param name="rgVar"><attribution license="cc4" from="Microsoft" modified="false" />When this method returns, contains a reference to the enumerated elements. This parameter is passed uninitialized.</param><param name="pceltFetched"><attribution license="cc4" from="Microsoft" modified="false" />When this method returns, contains a reference to the actual number of elements enumerated in <paramref name="rgelt" />. </param></Docs></Member><Member MemberName="Reset"><MemberSignature Language="C#" Value="public int Reset ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Reset() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about IEnumVARIANT::Reset, see the MSDN Library.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Resets the enumeration sequence to the beginning.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An HRESULT with the value S_OK.</para></returns></Docs></Member><Member MemberName="Skip"><MemberSignature Language="C#" Value="public int Skip (int celt);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Skip(int32 celt) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Int32</ReturnType></ReturnValue><Parameters><Parameter Name="celt" Type="System.Int32" /></Parameters><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about IEnumVARIANT::Skip, see the MSDN Library.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Skips a specified number of items in the enumeration sequence.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>S_OK if the number of elements skipped equals <paramref name="celt" /> parameter; otherwise, S_FALSE.</para></returns><param name="celt"><attribution license="cc4" from="Microsoft" modified="false" />The number of elements to skip in the enumeration. </param></Docs></Member></Members></Type>