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 属性。

适用于