IEnumDebugPortSuppliers2

This interface enumerates port suppliers.

IEnumDebugPortSuppliers2 : IUnknown

Notes for Implementers

Visual Studio implements this interface to represent a list of port suppliers.

Notes for Callers

Call IDebugCoreServer2::EnumPortSuppliers to obtain a list of port suppliers.

Methods in Vtable Order

The following table shows the methods of IEnumDebugPortSuppliers2.

Method

Description

IEnumDebugPortSuppliers2::Next

Retrieves a specified number of port suppliers in an enumeration sequence.

IEnumDebugPortSuppliers2::Skip

Skips a specified number of port suppliers in an enumeration sequence.

IEnumDebugPortSuppliers2::Reset

Resets an enumeration sequence to the beginning.

IEnumDebugPortSuppliers2::Clone

Creates an enumerator that contains the same enumeration state as the current enumerator.

IEnumDebugPortSuppliers2::GetCount

Gets the number of port suppliers in an enumerator.

Remarks

A debug engine generally does not need to obtain this interface.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See Also

Reference

IDebugCoreServer2::EnumPortSuppliers

Concepts

Core Interfaces