﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IEnumConnectionPoints" FullName="System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints"><TypeSignature Language="C#" Value="public interface IEnumConnectionPoints" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IEnumConnectionPoints" /><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("b196b285-bab4-101a-b69c-00aa00341d07")</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 IEnumConnectionPoints 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 IEnumConnectionPoints interface.</para></summary></Docs><Members><Member MemberName="Clone"><MemberSignature Language="C#" Value="public void Clone (out System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints ppenum);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Clone(class System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints 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.IEnumConnectionPoints&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, System.Runtime.InteropServices.ComTypes.IConnectionPoint[] rgelt, IntPtr pceltFetched);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance int32 Next(int32 celt, class System.Runtime.InteropServices.ComTypes.IConnectionPoint[] 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.Runtime.InteropServices.ComTypes.IConnectionPoint[]" /><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 IEnumConnectionPoints::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 IConnectionPoint references 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 connections. 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 connections 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 IEnumConnectionPoints::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 IEnumConnectionPoints::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>