StorageItemContentProperties.GetMusicPropertiesAsync 方法

定义

检索项目 (的音乐属性,例如文件夹) 的文件。

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)

返回

此方法成功完成后,将返回 MusicProperties 对象。

属性

适用于

另请参阅