UCOMIConnectionPointContainer インターフェイス
メモ : このインターフェイスは、互換性のために残されています。
代わりに IConnectionPointContainer を使用します。 名前空間: System.Runtime.InteropServicesアセンブリ: mscorlib (mscorlib.dll 内)

<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202", False)> _ <GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07")> _ <InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _ Public Interface UCOMIConnectionPointContainer
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202", false)] [GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07")] [InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)] public interface UCOMIConnectionPointContainer
[ObsoleteAttribute(L"Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202", false)] [GuidAttribute(L"B196B284-BAB4-101A-B69C-00AA00341D07")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] public interface class UCOMIConnectionPointContainer
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202", false) */ /** @attribute GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07") */ /** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */ public interface UCOMIConnectionPointContainer
ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.IConnectionPointContainer instead. http://go.microsoft.com/fwlink/?linkid=14202", false) GuidAttribute("B196B284-BAB4-101A-B69C-00AA00341D07") InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) public interface UCOMIConnectionPointContainer


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


UCOMIConnectionPointContainer メソッド

名前 | 説明 | |
---|---|---|
![]() | EnumConnectionPoints | IID あたり 1 つのコネクション ポイントとして、接続可能オブジェクトでサポートされているすべてのコネクション ポイントの列挙子を作成します。 |
![]() | FindConnectionPoint | 特定の IID のコネクション ポイントが存在するかどうかを接続可能オブジェクトに確認し、存在する場合はそのコネクション ポイントへの IConnectionPoint インターフェイス ポインタを返します。 |

UCOMIConnectionPointContainer メンバ
代わりに IConnectionPointContainer を使用します。
UCOMIConnectionPointContainer データ型で公開されるメンバを以下の表に示します。

名前 | 説明 | |
---|---|---|
![]() | EnumConnectionPoints | IID あたり 1 つのコネクション ポイントとして、接続可能オブジェクトでサポートされているすべてのコネクション ポイントの列挙子を作成します。 |
![]() | FindConnectionPoint | 特定の IID のコネクション ポイントが存在するかどうかを接続可能オブジェクトに確認し、存在する場合はそのコネクション ポイントへの IConnectionPoint インターフェイス ポインタを返します。 |

- UCOMIConnectionPointContainerのページへのリンク