BindingContext.AddCore メソッド
このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文
Protected Overridable Sub AddCore ( _ dataSource As Object, _ listManager As BindingManagerBase _ )
Dim dataSource As Object Dim listManager As BindingManagerBase Me.AddCore(dataSource, listManager)
protected void AddCore ( Object dataSource, BindingManagerBase listManager )
protected function AddCore ( dataSource : Object, listManager : BindingManagerBase )
- listManager
追加する BindingManagerBase。

例外の種類 | 条件 |
---|---|
ArgumentNullException | dataSource が null 参照 (Visual Basic では Nothing) です。 または listManager が null 参照 (Visual Basic では Nothing) です。 |

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


- BindingContext.AddCore メソッドのページへのリンク