VideoDisplayProperties.Genres Property

Definition

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 = videoDisplayProperties.genres;
Public ReadOnly Property Genres As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A modifiable list of strings representing genre names.

Applies to