MusicProperties.Genre 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得歌曲所屬的音樂內容類型名稱。
public:
property IVector<Platform::String ^> ^ Genre { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Genre();
public IList<string> Genre { get; }
var iVector = musicProperties.genre;
Public ReadOnly Property Genre As IList(Of String)
屬性值
音樂內容類型名稱的集合。
備註
此屬性是唯讀的,類似于 Composers 屬性。