TestSpecList Class
Visual Studio 2012
Represents a list of TestSpec objects.
Namespace:
Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
The TestSpecList type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TestSpecList() | Initializes a new instance of the TestSpecList class. |
![]() | TestSpecList(TestSpec) | Initializes a new instance of the TestSpecList class. |
![]() | TestSpecList(IEnumerable<TestSpec>) | Initializes a new instance of the TestSpecList class. |
| Name | Description | |
|---|---|---|
![]() | Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from List<TestSpec>.) |
![]() | Count | Gets the number of elements actually contained in the List. (Inherited from List<TestSpec>.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from List<TestSpec>.) |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an object to the end of the List. (Inherited from List<TestSpec>.) |
![]() | AddRange | Adds the elements of the specified collection to the end of the List. (Inherited from List<TestSpec>.) |
![]() | AsReadOnly | Returns a read-only IList wrapper for the current collection. (Inherited from List<TestSpec>.) |
![]() | BinarySearch(UTP) | Searches the entire sorted List for an element using the default comparer and returns the zero-based index of the element. (Inherited from List<TestSpec>.) |
![]() | BinarySearch(UTP, IComparerUTP) | Searches the entire sorted List for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<TestSpec>.) |
![]() | BinarySearch(Int32, Int32, UTP, IComparerUTP) | Searches a range of elements in the sorted List for an element using the specified comparer and returns the zero-based index of the element. (Inherited from List<TestSpec>.) |
![]() | Clear | Removes all elements from the List. (Inherited from List<TestSpec>.) |
![]() | Contains | Determines whether an element is in the List. (Inherited from List<TestSpec>.) |
![]() | ConvertAll``1 | Converts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from List<TestSpec>.) |
![]() | CopyTo(UTP) | Copies the entire List to a compatible one-dimensional array, starting at the beginning of the target array. (Inherited from List<TestSpec>.) |
![]() | CopyTo(UTP, Int32) | Copies the entire List to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<TestSpec>.) |
![]() | CopyTo(Int32, UTP, Int32, Int32) | Copies a range of elements from the List to a compatible one-dimensional array, starting at the specified index of the target array. (Inherited from List<TestSpec>.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Exists | Determines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from List<TestSpec>.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List. (Inherited from List<TestSpec>.) |
![]() | FindAll | Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from List<TestSpec>.) |
![]() | FindIndex(PredicateUTP) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire List. (Inherited from List<TestSpec>.) |
![]() | FindIndex(Int32, PredicateUTP) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List that extends from the specified index to the last element. (Inherited from List<TestSpec>.) |
![]() | FindIndex(Int32, Int32, PredicateUTP) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List that starts at the specified index and contains the specified number of elements. (Inherited from List<TestSpec>.) |
![]() | FindLast | Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from List<TestSpec>.) |
![]() | FindLastIndex(PredicateUTP) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire List. (Inherited from List<TestSpec>.) |
![]() | FindLastIndex(Int32, PredicateUTP) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List that extends from the first element to the specified index. (Inherited from List<TestSpec>.) |
![]() | FindLastIndex(Int32, Int32, PredicateUTP) | Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List that contains the specified number of elements and ends at the specified index. (Inherited from List<TestSpec>.) |
![]() | ForEach | Performs the specified action on each element of the List. (Inherited from List<TestSpec>.) |
![]() | GetAttributes | Gets the AttributeCollection associated with this list. |
![]() | GetClassName | Gets the class name. |
![]() | GetComponentName | Gets the component name. |
![]() | GetConverter | Gets the TypeConverter object to use to convert types. |
![]() | GetDefaultEvent | Gets the EventDescriptor of the default event. |
![]() | GetDefaultProperty | Gets the PropertyDescriptor of the default property. |
![]() | GetEditor | |
![]() | GetEnumerator | Returns an enumerator that iterates through the List. (Inherited from List<TestSpec>.) |
![]() | GetEvents() | Gets an EventDescriptorCollection object containing the events associated with these tests. |
![]() | GetEvents(Attribute[]) | Gets an EventDescriptorCollection object containing the events associated with these tests and matching the specified attributes. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperties() | Gets a PropertyDescriptorCollection containing the properties associated with these tests. |
![]() | GetProperties(Attribute[]) | Gets a PropertyDescriptorCollection containing the properties associated with these tests and matching the specified attributes. |
![]() | GetPropertyOwner | Gets the owner of the specified property. |
![]() | GetRange | Creates a shallow copy of a range of elements in the source List. (Inherited from List<TestSpec>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf(UTP) | Searches for the specified object and returns the zero-based index of the first occurrence within the entire List. (Inherited from List<TestSpec>.) |
![]() | IndexOf(UTP, Int32) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List that extends from the specified index to the last element. (Inherited from List<TestSpec>.) |
![]() | IndexOf(UTP, Int32, Int32) | Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the List that starts at the specified index and contains the specified number of elements. (Inherited from List<TestSpec>.) |
![]() | Insert | Inserts an element into the List at the specified index. (Inherited from List<TestSpec>.) |
![]() | InsertRange | Inserts the elements of a collection into the List at the specified index. (Inherited from List<TestSpec>.) |
![]() | LastIndexOf(UTP) | Searches for the specified object and returns the zero-based index of the last occurrence within the entire List. (Inherited from List<TestSpec>.) |
![]() | LastIndexOf(UTP, Int32) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the List that extends from the first element to the specified index. (Inherited from List<TestSpec>.) |
![]() | LastIndexOf(UTP, Int32, Int32) | Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the List that contains the specified number of elements and ends at the specified index. (Inherited from List<TestSpec>.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove | Removes the first occurrence of a specific object from the List. (Inherited from List<TestSpec>.) |
![]() | RemoveAll | Removes all the elements that match the conditions defined by the specified predicate. (Inherited from List<TestSpec>.) |
![]() | RemoveAt | Removes the element at the specified index of the List. (Inherited from List<TestSpec>.) |
![]() | RemoveRange | Removes a range of elements from the List. (Inherited from List<TestSpec>.) |
![]() | Reverse | Reverses the order of the elements in the entire List. (Inherited from List<TestSpec>.) |
![]() | Reverse(Int32, Int32) | Reverses the order of the elements in the specified range. (Inherited from List<TestSpec>.) |
![]() | Sort | Sorts the elements in the entire List using the default comparer. (Inherited from List<TestSpec>.) |
![]() | Sort(IComparerUTP) | Sorts the elements in the entire List using the specified comparer. (Inherited from List<TestSpec>.) |
![]() | Sort(ComparisonUTP) | Sorts the elements in the entire List using the specified Comparison. (Inherited from List<TestSpec>.) |
![]() | Sort(Int32, Int32, IComparerUTP) | Sorts the elements in a range of elements in List using the specified comparer. (Inherited from List<TestSpec>.) |
![]() | ToArray | Copies the elements of the List to a new array. (Inherited from List<TestSpec>.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TrimExcess | Sets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from List<TestSpec>.) |
![]() | TrueForAll | Determines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from List<TestSpec>.) |
| Name | Description | |
|---|---|---|
![]() ![]() | System#Collections#IList#Add | Adds an item to the IList. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#IList#Contains | Determines whether the IList contains a specific value. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#ICollection#CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#Generic#IEnumerable{T}#GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#IEnumerable#GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#IList#IndexOf | Determines the index of a specific item in the IList. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#IList#Insert | Inserts an item to the IList at the specified index. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#IList#IsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#Generic#ICollection{T}#IsReadOnly | Gets a value indicating whether the ICollection is read-only. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#IList#IsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#ICollection#IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#IList#Item | Gets or sets the element at the specified index. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#IList#Remove | Removes the first occurrence of a specific object from the IList. (Inherited from List<TestSpec>.) |
![]() ![]() | System#Collections#ICollection#SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from List<TestSpec>.) |





