Freigeben über


StorageLibrary.GetLibraryForUserAsync(User, KnownLibraryId) Methode

Definition

Ruft die angegebene Bibliothek für einen Benutzer ab.

public:
 static IAsyncOperation<StorageLibrary ^> ^ GetLibraryForUserAsync(User ^ user, KnownLibraryId libraryId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<StorageLibrary> GetLibraryForUserAsync(User const& user, KnownLibraryId const& libraryId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<StorageLibrary> GetLibraryForUserAsync(User user, KnownLibraryId libraryId);
function getLibraryForUserAsync(user, libraryId)
Public Shared Function GetLibraryForUserAsync (user As User, libraryId As KnownLibraryId) As IAsyncOperation(Of StorageLibrary)

Parameter

user
User

Der Benutzer , für den die Bibliothek abgerufen wird.

libraryId
KnownLibraryId

Ein KnownLibraryId-Wert , der die abzurufende Bibliothek identifiziert, z. B. Musik oder Videos.

Gibt zurück

Wenn diese Methode erfolgreich abgeschlossen wurde, gibt sie die Bibliothek (Typ StorageLibrary) zurück.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v2.0)

Gilt für:

Weitere Informationen