IResultCollection<T> 介面

描述 ResultCollections 的機制。 ResultCollections 可列舉和處置的。

命名空間:  Microsoft.TeamFoundation.Client
組件:  Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)

語法

'宣告
Public Interface IResultCollection(Of T) _
    Inherits IEnumerable(Of T), IEnumerable, IDisposable
public interface IResultCollection<T> : IEnumerable<T>, 
    IEnumerable, IDisposable

類型參數

  • T

IResultCollection<T> 類型會公開下列成員。

方法

  名稱 描述
公用方法 Dispose 執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承自 IDisposable)。
公用方法 GetEnumerator 傳回可逐一查看集合的列舉程式。 (繼承自 IEnumerable<T>)。

回頁首

請參閱

參考

Microsoft.TeamFoundation.Client 命名空間