UsingTaskCollection Class

Definition

Represents a collection of all UsingTask elements in a project.

public ref class UsingTaskCollection : System::Collections::ICollection
public class UsingTaskCollection : System.Collections.ICollection
type UsingTaskCollection = class
    interface ICollection
    interface IEnumerable
type UsingTaskCollection = class
    interface IEnumerable
    interface ICollection
Public Class UsingTaskCollection
Implements ICollection
Inheritance
UsingTaskCollection
Implements

Properties

Count

Gets a value indicating the number of UsingTask objects in the UsingTaskCollection.

IsSynchronized

Gets a value indicating whether access to the UsingTaskCollection is synchronized (thread safe).

SyncRoot

Gets an object that can be used to synchronize access to the UsingTaskCollection.

Methods

CopyTo(Array, Int32)

Copies the entire UsingTaskCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

CopyTo(UsingTask[], Int32)

Copies the entire UsingTaskCollection to a compatible one-dimensional Array of UsingTask objects, starting at the specified index of the target array.

GetEnumerator()

Gets an enumerator that iterates through the UsingTaskCollection.

Applies to