PhotoImportFindItemsResult.SelectNewAsync 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.
Selects all new items found on the source to be included in the ImportItemsAsync operation.
public:
virtual IAsyncAction ^ SelectNewAsync() = SelectNewAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SelectNewAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SelectNewAsync();
function selectNewAsync()
Public Function SelectNewAsync () As IAsyncAction
Returns
An asynchronous operation.
- Attributes