Freigeben über


PhotoImportSource.FromIdAsync(String) Methode

Definition

Erstellt eine neue instance von PhotoImportSource aus der angegebenen Geräte-ID.

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)

Parameter

sourceId
String

Platform::String

winrt::hstring

Der Stammordner, aus dem die Fotoimportquelle erstellt wird.

Gibt zurück

Ein asynchroner Vorgang, der nach erfolgreichem Abschluss eine PhotoImportSource zurückgibt.

Attribute

Gilt für: