GlobalSystemMediaTransportControlsSessionMediaProperties.Genres プロパティ

定義

ジャンルの一覧を取得します。

public:
 property IVectorView<Platform::String ^> ^ Genres { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Genres();
public IReadOnlyList<string> Genres { get; }
var iVectorView = globalSystemMediaTransportControlsSessionMediaProperties.genres;
Public ReadOnly Property Genres As IReadOnlyList(Of String)

プロパティ値

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

ジャンルを表すすべての文字列の一覧。

適用対象