IConnectionPoint インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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) |
概念上このコネクション ポイントを所有している接続可能オブジェクトへの |
Unadvise(Int32) |
Advise(Object, Int32) メソッドが以前に確立したアドバイザリ コネクションを終了します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET