UCOMIConnectionPoint インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202
IConnectionPoint を代わりに使用します。
public interface class UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface UCOMIConnectionPoint
[System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public interface UCOMIConnectionPoint
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type UCOMIConnectionPoint = interface
[<System.Runtime.InteropServices.Guid("B196B286-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.IConnectionPoint instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type UCOMIConnectionPoint = interface
Public Interface UCOMIConnectionPoint
- 属性
注釈
詳細については、MSDN ライブラリの com サブフォルダーにある IConnectionPoint の既存のドキュメントを参照してください。
メソッド
| 名前 | 説明 |
|---|---|
| Advise(Object, Int32) |
古い.
接続ポイントと呼び出し元のシンク オブジェクトの間にアドバイザリ接続を確立します。 |
| EnumConnections(UCOMIEnumConnections) |
古い.
この接続ポイントに存在する接続を反復処理するための列挙子オブジェクトを作成します。 |
| GetConnectionInterface(Guid) |
古い.
この接続ポイントによって管理される送信インターフェイスの IID を返します。 |
| GetConnectionPointContainer(UCOMIConnectionPointContainer) |
古い.
この接続ポイントを概念的に所有する接続可能なオブジェクトへの |
| Unadvise(Int32) |
古い.
Advise(Object, Int32)によって以前に確立されたアドバイザリ接続を終了します。 |