共用方式為


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 物件。

屬性

適用於

另請參閱