PhotoImportManager.IsSupportedAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore che indica se l'importazione di foto è supportata nel dispositivo corrente.
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)
Restituisce
Operazione asincrona che restituisce true se l'importazione di foto è supportata. In caso contrario, restituisce false.
- Attributi