IPage<T> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 Azure 回應中的頁面介面。
public interface IPage<T> : System.Collections.Generic.IEnumerable<T>
type IPage<'T> = interface
interface seq<'T>
interface IEnumerable
Public Interface IPage(Of T)
Implements IEnumerable(Of T)
類型參數
- T
頁面內容專案的類型
- 衍生
- 實作
屬性
NextPageLink |
取得下一頁的連結。 |
擴充方法
AsContinuousCollection<T>(IPage<T>, Func<String,IPage<T>>) |
定義 Azure 回應中的頁面介面。 |
ToCommaSeparatedString<T>(IEnumerable<T>) |
將集合的專案轉換成字串,並將其串連成逗號分隔清單,或針對 Null 或空白集合傳回 null。 |