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 が返されます。

属性

適用対象