IConnectionPoint Interface

Définition

Fournit la définition managée de l'interface IConnectionPoint.

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

Remarques

Pour plus d’informations, consultez la documentation existante pour IConnectionPoint dans la bibliothèque MSDN.

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

Méthodes

Advise(Object, Int32)

Établit une connexion de notifications entre le point de connexion et l'objet récepteur de l'appelant.

EnumConnections(IEnumConnections)

Crée un objet énumérateur pour l'itération par le biais des connexions qui existent avec ce point de connexion.

GetConnectionInterface(Guid)

Retourne l'IID pour l'interface sortante managée par ce point de connexion.

GetConnectionPointContainer(IConnectionPointContainer)

Récupère le pointeur d'interface IConnectionPointContainer vers l'objet connectable qui est le propriétaire conceptuel de ce point de connexion.

Unadvise(Int32)

Arrête une connexion de notifications précédemment établie par le biais de la méthode Advise(Object, Int32).

S’applique à