IEnumConnectionPoints Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages the definition of the IEnumConnectionPoints
interface.
public interface class IEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnectionPoints
public interface IEnumConnectionPoints
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnectionPoints = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
type IEnumConnectionPoints = interface
type IEnumConnectionPoints = interface
Public Interface IEnumConnectionPoints
- Attributes
Remarks
For more information, see IEnumConnectionPoints interface.
The common language runtime throws an exception when a COM method in native code returns an HRESULT. For more information, see How to: Map HRESULTs and Exceptions.
Methods
Clone(IEnumConnectionPoints) |
Creates a new enumerator that contains the same enumeration state as the current one. |
Next(Int32, IConnectionPoint[], IntPtr) |
Retrieves a specified number of items in the enumeration sequence. |
Reset() |
Resets the enumeration sequence to the beginning. |
Skip(Int32) |
Skips a specified number of items in the enumeration sequence. |