IEnumConnections Interface

Definição

Gerencia a definição da interface IEnumConnections.

public interface class IEnumConnections
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumConnections
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
public interface IEnumConnections
public interface IEnumConnections
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumConnections = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
type IEnumConnections = interface
type IEnumConnections = interface
Public Interface IEnumConnections
Atributos

Comentários

Para obter mais informações, consulte a interface IEnumConnections.

O common language runtime gera uma exceção quando um método COM no código nativo retorna um HRESULT. Para obter mais informações, consulte Como mapear HRESULTs e exceções.

Métodos

Clone(IEnumConnections)

Cria um novo enumerador que contém o mesmo estado de enumeração que o atual.

Next(Int32, CONNECTDATA[], IntPtr)

Recupera um número especificado de itens na sequência de enumeração.

Reset()

Redefine a sequência de enumeração para o início.

Skip(Int32)

Ignora um número especificado de itens na sequência de enumeração.

Aplica-se a