IConnectionPointContainer Interface

Définition

Fournit la définition managée de l’interface IConnectionPointContainer .

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

Remarques

Pour plus d’informations, consultez la documentation existante pour IConnectionPointContainer msdn library.

Le Common Language Runtime lève une exception lorsqu’une méthode COM dans le code natif retourne un HRESULT. Pour plus d’informations, consultez How to : Map HRESULTs and Exceptions.

Méthodes

Nom Description
EnumConnectionPoints(IEnumConnectionPoints)

Crée un énumérateur de tous les points de connexion pris en charge dans l’objet connectable, un point de connexion par IID.

FindConnectionPoint(Guid, IConnectionPoint)

Demande à l’objet connectable s’il a un point de connexion pour un IID particulier et, le cas échéant, retourne le IConnectionPoint pointeur d’interface vers ce point de connexion.

S’applique à