名前 | 解説 | |
---|---|---|
ContactCollection コンストラクタ | Initializes a new instance of the ContactCollection class. |
ContactCollectionデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
ContactCollection コンストラクタ | Initializes a new instance of the ContactCollection class. |
名前 | 解説 | |
---|---|---|
Comparer | System.Collections.ObjectModel.KeyedCollection<TKey,TItem>から継承されます。 | |
Count | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Item | オーバーロードされます。 Gets the element with the specified key if any. C1.Schedule.BaseCollection<Contact>から継承されます。 | |
SuppressedDataChanging | Gets or set the System.Boolean value specifying whether change events should not be fired. C1.Schedule.BaseCollection<Contact>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | Adds a new custom object to the collection. If the item already exists in the collection, its index is returned. C1.Schedule.BaseCollection<Contact>から継承されます。 | |
AddRange | オーバーロードされます。 Adds an array of objects to the collection. This methods clears the collection before adding new items. Don't use it if you want to keep preexisting items. C1.Schedule.BaseCollection<Contact>から継承されます。 | |
Clear | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Contains | オーバーロードされます。 Check if collection contains an item with specified index. C1.Schedule.BaseCollection<Contact>から継承されます。 | |
CopyTo | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
IndexOf | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Insert | System.Collections.ObjectModel.Collection<TItem>から継承されます。 | |
Remove | オーバーロードされます。 System.Collections.ObjectModel.KeyedCollection<TKey,TItem>から継承されます。 | |
RemoveAt | System.Collections.ObjectModel.Collection<TItem>から継承されます。 |
名前 | 解説 | |
---|---|---|
ItemChanged | Occurs when one of collection items has been changed. C1.Schedule.BaseCollection<Contact>から継承されます。 |