UCOMIEnumConnectionPoints Interface
Definição
Cuidado
Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202
Cuidado
Esta API agora é obsoleta.
Use IEnumConnectionPoints em seu lugar.Use IEnumConnectionPoints instead.
public interface class UCOMIEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnectionPoints
[System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIEnumConnectionPoints
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete]
[System.Runtime.InteropServices.Guid("b196b285-bab4-101a-b69c-00aa00341d07")]
public interface UCOMIEnumConnectionPoints
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnectionPoints = interface
[<System.Runtime.InteropServices.Guid("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIEnumConnectionPoints = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete>]
[<System.Runtime.InteropServices.Guid("b196b285-bab4-101a-b69c-00aa00341d07")>]
type UCOMIEnumConnectionPoints = interface
Public Interface UCOMIEnumConnectionPoints
- Atributos
Comentários
Para obter mais informações sobre a IEnumConnectionPoints interface, consulte a biblioteca MSDN.For more information about the IEnumConnectionPoints interface, see the MSDN Library.
Métodos
| Clone(UCOMIEnumConnectionPoints) |
Cria outro enumerador que contém o mesmo estado de enumeração do atual.Creates another enumerator that contains the same enumeration state as the current one. |
| Next(Int32, UCOMIConnectionPoint[], Int32) |
Recupera um número especificado de itens na sequência de enumeração.Retrieves a specified number of items in the enumeration sequence. |
| Reset() |
Redefine a sequência de enumeração para o início.Resets the enumeration sequence to the beginning. |
| Skip(Int32) |
Ignora um número especificado de itens na sequência de enumeração.Skips over a specified number of items in the enumeration sequence. |