IConnectionPointContainer Schnittstelle

Definition

Stellt die verwaltete Definition der IConnectionPointContainer Schnittstelle bereit.

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
Attribute

Hinweise

Weitere Informationen finden Sie in der vorhandenen Dokumentation für IConnectionPointContainer die MSDN Library.

Die Common Language Runtime löst eine Ausnahme aus, wenn eine COM-Methode im systemeigenen Code ein HRESULT zurückgibt. Weitere Informationen finden Sie unter How to: Map HRESULTs and Exceptions.

Methoden

Name Beschreibung
EnumConnectionPoints(IEnumConnectionPoints)

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

FindConnectionPoint(Guid, IConnectionPoint)

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: