IConnectionPointContainer Gränssnitt

Definition

Tillhandahåller den hanterade definitionen av IConnectionPointContainer gränssnittet.

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
Attribut

Kommentarer

Mer information finns i den befintliga dokumentationen för IConnectionPointContainer i MSDN-biblioteket.

Den vanliga språkkörningen utlöser ett undantag när en COM-metod i intern kod returnerar en HRESULT. Mer information finns i Så här: Mappa HRESULT och undantag.

Metoder

Name Description
EnumConnectionPoints(IEnumConnectionPoints)

Skapar en uppräknare för alla anslutningspunkter som stöds i det anslutningsbara objektet, en anslutningspunkt per IID.

FindConnectionPoint(Guid, IConnectionPoint)

Frågar det anslutningsbara objektet om det har en anslutningspunkt för ett visst IID, och i så fall returnerar gränssnittspekaren IConnectionPoint till den anslutningspunkten.

Gäller för