PhotoImportManager.IsSupportedAsync Method

Definition

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

Applies to