GlobalSystemMediaTransportControlsSessionMediaProperties.Genres Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A list of all strings representing the genres.