MusicDisplayProperties.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 a modifiable list of strings representing genre names.
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)
Property Value
A modifiable list of strings representing genre names.