StorageLibraryChange.GetStorageItemAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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