次の方法で共有


MusicDisplayProperties.Genres プロパティ

定義

ジャンル名を表す文字列の変更可能なリストを取得します。

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

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

ジャンル名を表す文字列の変更可能なリスト。

適用対象