Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PhotoImportImportItemsResult.DeleteImportedItemsFromSourceAsync 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.

Asynchronously deletes the items that were imported from the source.

public:
 virtual IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult ^, double> ^ DeleteImportedItemsFromSourceAsync() = DeleteImportedItemsFromSourceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult, double> DeleteImportedItemsFromSourceAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<PhotoImportDeleteImportedItemsFromSourceResult,double> DeleteImportedItemsFromSourceAsync();
function deleteImportedItemsFromSourceAsync()
Public Function DeleteImportedItemsFromSourceAsync () As IAsyncOperationWithProgress(Of PhotoImportDeleteImportedItemsFromSourceResult, Double)

Returns

An asynchronous operation that returns a PhotoImportDeleteImportedItemsFromSourceResult on successful completion.

Attributes

Applies to


Feedback

Was this page helpful?