指定したインデック位置のバインディングをコレクションから削除します。
Protected Friend Sub RemoveAt( _
ByVal index As Integer _)
[C#]
protected internal void RemoveAt(intindex);
[C++]
protected public: void RemoveAt(intindex);
[JScript]
protected internal function RemoveAt(
index : int);
パラメータ
- index
削除する Binding のインデックス。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
BindingsCollection クラス | BindingsCollection メンバ | System.Windows.Forms 名前空間 | Add | Remove