Share via


MusicProperties.Composers 属性

定义

获取歌曲的作曲家。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

歌曲作曲家姓名的列表。

注解

此属性为只读。 它返回一个集合,你无法删除或替换集合本身。 但是,集合的内容不是只读的。 可以向集合中添加项、从集合中删除项,以及更改集合中的现有项。 调用父类的 SavePropertiesAsync 方法以保存集合的更新内容。

适用于