TaskFolderCollection Class

Provides information and control for a collection of folders that contain tasks.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public sealed class TaskFolderCollection : IEnumerable, 
	IDisposable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance
Object    TaskFolderCollection
Implements
IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDisposable

Properties

CountGets the number of items in the collection.
ItemInt32Gets the specified folder from the collection.
ItemStringGets the specified folder from the collection.

Methods

AddAdds an item to the ICollectionT.
ClearRemoves all items from the ICollectionT.
ContainsDetermines whether the ICollectionT contains a specific value.
CopyToCopies the elements of the ICollection to an Array, starting at a particular Array index.
DisposeReleases all resources used by this class.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExistsDetermines whether the specified folder exists.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorGets a list of items in a collection.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveRemoves the first occurrence of a specific object from the ICollectionT.
ToStringReturns a string that represents the current object.
(Inherited from Object)

Events

CollectionChangedOccurs when a collection changes.
PropertyChangedOccurs when a property value changes.

See Also