UCOMIConnectionPointContainer Schnittstelle

Definition

Achtung

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

Verwenden Sie stattdessen 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
Attribute

Hinweise

Weitere Informationen finden Sie in der vorhandenen Dokumentation IConnectionPointContainer im Unterordner com der MSDN Library.

Methoden

Name Beschreibung
EnumConnectionPoints(UCOMIEnumConnectionPoints)
Veraltet.

Erstellt einen Enumerator aller Verbindungspunkte, die im verbindebaren Objekt unterstützt werden, einen Verbindungspunkt pro IID.

FindConnectionPoint(Guid, UCOMIConnectionPoint)
Veraltet.

Fragt das verbindebare Objekt, wenn es über einen Verbindungspunkt für einen bestimmten IID verfügt, und gibt in diesem Falls ja, den Schnittstellenzeiger auf diesen IConnectionPoint Verbindungspunkt zurück.

Gilt für: