你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PageCollection<T>.GetEnumeratorCore Method

Definition

Get an enumerator that can enumerate the pages of values returned by the cloud service.

protected abstract System.Collections.Generic.IEnumerator<System.ClientModel.PageResult<T>> GetEnumeratorCore ();
abstract member GetEnumeratorCore : unit -> System.Collections.Generic.IEnumerator<System.ClientModel.PageResult<'T>>
Protected MustOverride Function GetEnumeratorCore () As IEnumerator(Of PageResult(Of T))

Returns

An enumerator of pages holding the items in the value collection.

Applies to