StorageLibraryChange 类

定义

表示对存储库中的项(如文档、音乐或视频库)的更改。

public ref class StorageLibraryChange 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 StorageLibraryChange 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 StorageLibraryChange
Public NotInheritable Class StorageLibraryChange
继承
Object Platform::Object IInspectable StorageLibraryChange
属性

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

注解

此类的实例由 StorageLibraryChangeReader 类的 ReadBatchAsync 方法创建。

属性

ChangeType

获取 一个 StorageLibraryChangeType 值,该值指示对象表示的更改类型。

Path

获取存储库中已更改的文件或文件夹的完整路径。

PreviousPath

获取移动或重命名存储库中项的完整路径。

方法

GetStorageItemAsync()

获取已更改的存储项。

IsOfType(StorageItemTypes)

指示当前 StorageFolder 是否与指定的 StorageItemTypes 值匹配。

适用于

另请参阅