共用方式為


MusicProperties.Producers 屬性

定義

取得歌曲的製作者。

public:
 property IVector<Platform::String ^> ^ Producers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Producers();
public IList<string> Producers { get; }
var iVector = musicProperties.producers;
Public ReadOnly Property Producers As IList(Of String)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

歌曲製作者的名稱清單。

備註

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

適用於