UCOMIConnectionPointContainer Interfaccia

Definizione

Attenzione

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

In alternativa, utilizzare IConnectionPointContainer.

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

Commenti

Per altre informazioni, vedere la documentazione esistente per IConnectionPointContainer nella sottocartella com della libreria MSDN.

Metodi

EnumConnectionPoints(UCOMIEnumConnectionPoints)
Obsoleti.

Crea un enumeratore di tutti i punti di connessione supportati nell'oggetto collegabile, un punto di connessione per ciascun IID.

FindConnectionPoint(Guid, UCOMIConnectionPoint)
Obsoleti.

Chiede all'oggetto collegabile se contiene un punto di connessione per un particolare IID e, in caso affermativo, restituisce al punto di connessione il puntatore all'interfaccia IConnectionPoint.

Si applica a