StorageItemContentProperties.GetMusicPropertiesAsync Method

Definition

Retrieves the music properties of the item (like a file of folder).

public:
 virtual IAsyncOperation<MusicProperties ^> ^ GetMusicPropertiesAsync() = GetMusicPropertiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MusicProperties> GetMusicPropertiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MusicProperties> GetMusicPropertiesAsync();
function getMusicPropertiesAsync()
Public Function GetMusicPropertiesAsync () As IAsyncOperation(Of MusicProperties)

Returns

When this method completes successfully, it returns a MusicProperties object.

Attributes

Applies to

See also