StorageLibraryChange.GetStorageItemAsync 方法

定义

获取已更改的存储项。

public:
 virtual IAsyncOperation<IStorageItem ^> ^ GetStorageItemAsync() = GetStorageItemAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IStorageItem> GetStorageItemAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IStorageItem> GetStorageItemAsync();
function getStorageItemAsync()
Public Function GetStorageItemAsync () As IAsyncOperation(Of IStorageItem)

返回

此方法成功完成后,将返回一个 IStorageItem,该 IStorageItem 指定已更改的项。

属性

适用于