StorageLibrary.GetLibraryForUserAsync(User, KnownLibraryId) Method

Definition

Gets the specified library for a User.

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)

Parameters

user
User

The User for which the library is retrieved.

libraryId
KnownLibraryId

A KnownLibraryId value that identifies the library to retrieve, like Music or Videos.

Returns

When this method completes successfully, it returns the library (type StorageLibrary).

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)

Applies to

See also