CheckedListBox.CheckedIndexCollection.System.Collections.IList.Add メソッド
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
 構文
構文Private Function System.Collections.IList.Add ( _ value As Object _ ) As Integer Implements IList.Add
Dim instance As CheckedIndexCollection Dim value As Object Dim returnValue As Integer returnValue = CType(instance, IList).Add(value)
 例外
例外 解説
解説CheckedListBox.CheckedIndexCollection クラスを直接変更することはできません。CheckedListBox.CheckedIndexCollection に項目を追加するには、SetItemChecked メソッドまたは SetItemCheckState メソッドを使用します。
 プラットフォーム
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照CheckedListBox.CheckedIndexCollection クラス
CheckedListBox.CheckedIndexCollection メンバ
System.Windows.Forms 名前空間
- CheckedListBox.CheckedIndexCollection.System.Collections.IList.Add メソッドのページへのリンク

 
                             
                    


