Compartilhar via


Interface UCOMIEnumConnectionPoints

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Observação: Esta API agora está obsoleta.

Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints em seu lugar.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIEnumConnectionPoints
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. https://go.microsoft.com/fwlink/?linkid=14202", 
    false)]
[GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMIEnumConnectionPoints
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. https://go.microsoft.com/fwlink/?linkid=14202",
    false)>]
[<GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIEnumConnectionPoints = interface end
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IEnumConnectionPoints instead. https://go.microsoft.com/fwlink/?linkid=14202",
    False)>
<GuidAttribute("B196B285-BAB4-101A-B69C-00AA00341D07")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface UCOMIEnumConnectionPoints

Métodos

Nome Descrição
System_CAPS_pubmethod Clone(UCOMIEnumConnectionPoints)

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

System_CAPS_pubmethod Next(Int32, UCOMIConnectionPoint[], Int32)

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

System_CAPS_pubmethod Reset()

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

System_CAPS_pubmethod Skip(Int32)

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

Comentários

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

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Namespace System.Runtime.InteropServices

Retornar ao início