StorageLibrary.GetLibraryAsync(KnownLibraryId) Method

Definition

Gets the specified library.

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

Parameters

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

Applies to

See also