MusicProperties.Genre プロパティ

定義

曲が属している音楽ジャンルの名前を取得します。

public:
 property IVector<Platform::String ^> ^ Genre { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Genre();
public IList<string> Genre { get; }
var iVector = musicProperties.genre;
Public ReadOnly Property Genre As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

音楽ジャンル名のコレクション。

注釈

このプロパティは、 Composers プロパティと同様に読み取り専用です。

適用対象