StorageLibraryChangeReader クラス

定義

呼び出し元アプリがストレージ ライブラリ内の項目に対する変更を読み取できるようにします。

public ref class StorageLibraryChangeReader sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageLibraryChangeReader final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageLibraryChangeReader
Public NotInheritable Class StorageLibraryChangeReader
継承
Object Platform::Object IInspectable StorageLibraryChangeReader
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

注釈

StorageLibraryChangeTracker クラスの GetChangeReader メソッドを使用して、このオブジェクトのインスタンスを取得します。

メソッド

AcceptChangesAsync()

ReadBatchAsync の呼び出しによって返される StorageLibraryChange オブジェクトに記述されているすべての変更が、アプリによって対処されたことをシステムに通知します。

GetLastChangeId()

指定された StorageFolder または StorageLibrary のインデックス作成サービスによって最後に処理された変更を表す一意の値を取得します。

ReadBatchAsync()

StorageLibraryChange オブジェクトの一覧を非同期的に取得します。

適用対象

こちらもご覧ください