GrapeCity.Web.Input.v100 アセンブリ > GrapeCity.Web.Input.IMList 名前空間 : ListItemCollection クラス |
ListItemCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | Capacity | System.Collections.CollectionBaseから継承されます。 |
![]() | Count | コレクション内の要素の総数を取得します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
![]() | Item | コレクションの要素を取得します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | InnerList | System.Collections.CollectionBaseから継承されます。 |
![]() | List | System.Collections.CollectionBaseから継承されます。 |
![]() | ViewState | 同一のページに対する複数の要求にわたって、サーバー コントロールのビューステートを保存し、復元できるようにする状態情報のディクショナリを取得します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | Add | オーバーロードされます。 コレクションの末尾に項目を追加します。 |
![]() | AddRange | オーバーロードされます。 コレクションの末尾に項目の配列を追加します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
![]() | Clear | コレクション内の要素をすべて削除します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
![]() | Contains | 指定した項目がコレクション内にあるかどうかを取得します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
![]() | CopyTo | 既存の配列の指定位置にコレクションをコピーします。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
![]() | GetEnumerator | System.Collections.CollectionBaseから継承されます。 |
![]() | IndexOf | 指定した項目のコレクション内の位置(インデックス)を取得します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
![]() | Insert | オーバーロードされます。 コレクション内のインデックスで指定した位置に項目を追加します。 |
![]() | Remove | 指定した項目を削除します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
![]() | RemoveAt | 指定したインデックスの項目を削除します。 GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
名前 | 解説 | |
---|---|---|
![]() | OnClear | System.Collections.CollectionBaseから継承されます。 |
![]() | OnClearComplete | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsert | System.Collections.CollectionBaseから継承されます。 |
![]() | OnInsertComplete | GrapeCity.Web.Input.Core.ListBox.BaseItemCollection<ListItem>から継承されます。 |
![]() | OnRemove | オーバーライドされます。 |
![]() | OnRemoveComplete | System.Collections.CollectionBaseから継承されます。 |
![]() | OnSet | System.Collections.CollectionBaseから継承されます。 |
![]() | OnSetComplete | System.Collections.CollectionBaseから継承されます。 |
![]() | OnValidate | System.Collections.CollectionBaseから継承されます。 |