PhotoImportManager.IsSupportedAsync 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 a value indicating if photo import is supported on the current device.
public:
static IAsyncOperation<bool> ^ IsSupportedAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> IsSupportedAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> IsSupportedAsync();
function isSupportedAsync()
Public Shared Function IsSupportedAsync () As IAsyncOperation(Of Boolean)
Returns
An asynchronous operation that returns true if photo import is supported. Otherwise, returns false.
- Attributes