StorageLibraryChange.GetStorageItemAsync Method

Definition

Gets the storage item that has changed.

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)

Returns

When this method completes successfully, it returns an IStorageItem that specifies the item that has changed.

Attributes

Applies to