BindingSource.System.ComponentModel.IBindingList.AddIndex メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文Private Sub System.ComponentModel.IBindingList.AddIndex ( _ property As PropertyDescriptor _ ) Implements IBindingList.AddIndex
Dim instance As BindingSource Dim property As PropertyDescriptor CType(instance, IBindingList).AddIndex(property)
void IBindingList.AddIndex ( PropertyDescriptor property )
private: virtual void System.ComponentModel.IBindingList.AddIndex ( PropertyDescriptor^ property ) sealed = IBindingList::AddIndex
例外
解説基底のリストが IBindingList 型である場合、このメソッドはインデックスに PropertyDescriptor を追加します。それ以外の場合は、このメソッドを呼び出すと NotSupportedException がスローされます。
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照- BindingSource.System.ComponentModel.IBindingList.AddIndex メソッドのページへのリンク