Compartilhar via


Interface UCOMIConnectionPointContainer

 

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.IConnectionPointContainer em seu lugar.

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

Sintaxe

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

Métodos

Nome Descrição
System_CAPS_pubmethod EnumConnectionPoints(UCOMIEnumConnectionPoints)

Cria um enumerador de todos os pontos de conexão com suporte no objeto conectável, um ponto de conexão por IID.

System_CAPS_pubmethod FindConnectionPoint(Guid, UCOMIConnectionPoint)

Pergunta ao o objeto conectável se ele tem um ponto de conexão para um IID específico e, nesse caso, retorna o ponteiro de interface IConnectionPoint desse ponto de conexão.

Comentários

Para obter mais informações, consulte a documentação existente para IConnectionPointContainer na subpasta da 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