VideoDisplayProperties.Genres 屬性

定義

取得代表內容類型名稱的可修改字串清單。

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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

代表內容類型名稱的可修改字串清單。

適用於