GrapeCity.Web.Input.v100 アセンブリ > GrapeCity.Web.Input.IMList 名前空間 : ListItemCollection クラス |
このクラスのメンバの一覧は、ListItemCollectionメンバを参照してください。
名前 | 解説 | |
---|---|---|
![]() | 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から継承されます。 |