TaskCollection Members

Represents a collection of Task objects that are displayed in the task pane of the Administration Console.

The following tables list the members exposed by the TaskCollection type.

  Name Description
TaskCollection Initializes a new instance of the TaskCollection class.
Top

  Name Description
public property Count Gets the number of Task objects in the TaskCollection.
public property IsReadOnly Gets a value that indicates whether the TaskCollection is read-only.
Top

(see also Protected Methods)
 NameDescription
public methodAddAdds the specified Task object to the TaskCollection.
public methodClearRemoves all Task objects from the TaskCollection.
public methodContainsDetermines whether the specified Task object is in the TaskCollection.
public methodCopyToCopies the entire TaskCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public methodEquals  Overloaded. (Inherited from Object)
public methodGetEnumeratorReturns an enumerator that is used to iterate through the TaskCollection.
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodstaticReferenceEquals  (Inherited from Object)
public methodRemoveRemoves the first occurrence of the specified Task object from the TaskCollection.
public methodToString  (Inherited from Object)
Top

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

Community Additions

Show: