PhotoImportSource.FromIdAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance de PhotoImportSource à partir de l’ID d’appareil spécifié.
public:
static IAsyncOperation<PhotoImportSource ^> ^ FromIdAsync(Platform::String ^ sourceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<PhotoImportSource> FromIdAsync(winrt::hstring const& sourceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<PhotoImportSource> FromIdAsync(string sourceId);
function fromIdAsync(sourceId)
Public Shared Function FromIdAsync (sourceId As String) As IAsyncOperation(Of PhotoImportSource)
Paramètres
- sourceId
-
String
Platform::String
winrt::hstring
Dossier racine à partir duquel la source d’importation de photos est créée.
Retours
Opération asynchrone qui retourne une photoImportSource en cas de réussite de l’exécution.
- Attributs