FindItemsResults<TItem>.NextPageOffset プロパティ

定義

ItemView 操作で項目の次のページを取得するために ItemView オブジェクトで使用するオフセットを取得します。

public:
 property Nullable<int> NextPageOffset { Nullable<int> get(); };
public Nullable<int> NextPageOffset { get; }
Public ReadOnly Property NextPageOffset As Nullable(Of Integer)

プロパティ値

項目の次のページへのオフセットである null 許容 整数値。

適用対象