IConnectionPoint インターフェイス

定義

IConnectionPoint インターフェイスのマネージド定義を提供します。

public interface class IConnectionPoint
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IConnectionPoint
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
public interface IConnectionPoint
public interface IConnectionPoint
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IConnectionPoint = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
type IConnectionPoint = interface
type IConnectionPoint = interface
Public Interface IConnectionPoint
属性

注釈

詳細については、MSDN ライブラリの 既存の IConnectionPoint ドキュメントを参照してください。

共通言語ランタイムは、ネイティブ コードの COM メソッドが HRESULT を返すときに例外をスローします。 詳細については、「 How to: Map HRESULTs and Exceptions」を参照してください。

メソッド

Advise(Object, Int32)

コネクション ポイントと呼び出し元のシンク オブジェクト間にアドバイザリ コネクションを確立します。

EnumConnections(IEnumConnections)

コネクション ポイントに存在する接続を反復処理するための列挙子オブジェクトを作成します。

GetConnectionInterface(Guid)

コネクション ポイントが管理するアウトゴーイング インターフェイスの IID を返します。

GetConnectionPointContainer(IConnectionPointContainer)

概念上このコネクション ポイントを所有している接続可能オブジェクトへの IConnectionPointContainer インターフェイス ポインターを取得します。

Unadvise(Int32)

Advise(Object, Int32) メソッドが以前に確立したアドバイザリ コネクションを終了します。

適用対象