共用方式為


MusicProperties.Genre 屬性

定義

取得歌曲所屬的音樂內容類型名稱。

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)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

音樂內容類型名稱的集合。

備註

此屬性是唯讀的,類似于 Composers 屬性。

適用於