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

PageCollection<T>.GetAllValues Method

Definition

Get a collection of all the values in the collection requested from the cloud service, rather than the pages of values.

public System.Collections.Generic.IEnumerable<T> GetAllValues ();
member this.GetAllValues : unit -> seq<'T>
Public Iterator Function GetAllValues () As IEnumerable(Of T)

Returns

The values requested from the cloud service.

Applies to