UCOMIConnectionPoint Interface

Définition

Attention

Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202

Utilisez plutôt IConnectionPoint.

public interface class UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIConnectionPoint
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIConnectionPoint = interface
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIConnectionPoint = interface
Public Interface UCOMIConnectionPoint
Attributs

Remarques

Pour plus d’informations, consultez la documentation existante pour IConnectionPoint dans le sous-dossier com de la bibliothèque MSDN.

Méthodes

Advise(Object, Int32)
Obsolète.

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

EnumConnections(UCOMIEnumConnections)
Obsolète.

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

GetConnectionInterface(Guid)
Obsolète.

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

GetConnectionPointContainer(UCOMIConnectionPointContainer)
Obsolète.

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)
Obsolète.

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

S’applique à