This documentation is archived and is not being maintained.

IResultCollection(T) Interface

Describes the mechanisms for ResultCollections. ResultCollections are enumerable and disposable.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

JScript does not support generic types or methods.

Type Parameters

T

The IResultCollection(T) type exposes the following members.

  NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection. (Inherited from IEnumerable(T).)
Top
Show: