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 オブジェクトが返されます。

属性

適用対象

こちらもご覧ください