StreamingCollection<T>.GetQueuedItemsEnumerator 方法

傳回項目的非破壞性的列舉值在佇列中。

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

語法

'宣告
Public Function GetQueuedItemsEnumerator As IEnumerator(Of T)
public IEnumerator<T> GetQueuedItemsEnumerator()

傳回值

類型:System.Collections.Generic.IEnumerator<T>

.NET Framework 安全性

請參閱

參考

StreamingCollection<T> 類別

Microsoft.TeamFoundation.Framework.Server 命名空間