public sealed class TaskFolderCollection : IEnumerable,
IDisposable, INotifyCollectionChanged, INotifyPropertyChanged
Count | Gets the number of items in the collection. |
ItemInt32 | Gets the specified folder from the collection. |
ItemString | Gets the specified folder from the collection. |
Add | Adds an item to the ICollectionT. |
Clear | Removes all items from the ICollectionT. |
Contains | Determines whether the ICollectionT contains a specific value. |
CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
Dispose | Releases all resources used by this class. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Exists | Determines whether the specified folder exists. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetEnumerator | Gets a list of items in a collection. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Remove | Removes the first occurrence of a specific object from the ICollectionT. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
CollectionChanged | Occurs when a collection changes. |
PropertyChanged | Occurs when a property value changes. |