UCOMIEnumConnections Interface

Definição

Cuidado

Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202

Use IEnumConnections em seu lugar.

public interface class UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnections
[System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumConnections
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnections = interface
[<System.Runtime.InteropServices.Guid("B196B287-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnections instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumConnections = interface
Public Interface UCOMIEnumConnections
Atributos

Comentários

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

Métodos

Clone(UCOMIEnumConnections)

Cria outro enumerador que contém o mesmo estado de enumeração do atual.

Next(Int32, CONNECTDATA[], Int32)

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