This documentation is archived and is not being maintained.
IResultCollection<T> Interface
Visual Studio 2013
Describes the mechanisms for ResultCollections. ResultCollections are enumerable and disposable.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The IResultCollection<T> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable<T>.) |
Show:
