GlobalSystemMediaTransportControlsSessionMediaProperties.Genres Property

Definition

Gets the list of 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)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of all strings representing the genres.

Applies to