﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IEnumString" FullName="System.Runtime.InteropServices.ComTypes.IEnumString"><TypeSignature Language="C#" Value="public interface IEnumString" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IEnumString" /><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("00000101-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 IEnumString 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 IEnumString interface.</para></summary></Docs><Members><Member MemberName="Clone"><MemberSignature Language="C#" Value="public void Clone (out System.Runtime.InteropServices.ComTypes.IEnumString ppenum);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Clone(class System.Runtime.InteropServices.ComTypes.IEnumString ppenum) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="ppenum" Type="System.Runtime.InteropServices.ComTypes.IEnumString&amp;" RefType="out" /></Parameters><Docs><param name="ppenum">To be added.</param><summary>To be added.</summary><remarks>To be added.</remarks><since version=".NET 2.0" /></Docs></Member><Member MemberName="Next"><MemberSignature Language="C#" Value="public int Next (int celt, string[] rgelt, IntPtr pceltFetched);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Next(int32 celt, string[] rgelt, 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="rgelt" Type="System.String[]" /><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 IEnumString::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 strings to return in <paramref name="rgelt" />. </param><param name="rgelt"><attribution license="cc4" from="Microsoft" modified="false" />When this method returns, contains a reference to the enumerated strings. 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 strings enumerated in <paramref name="rgelt" />. </param></Docs></Member><Member MemberName="Reset"><MemberSignature Language="C#" Value="public void Reset ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Reset() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters /><Docs><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>For more information about IEnumString::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 IEnumString::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 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 skip in the enumeration. </param></Docs></Member></Members></Type>