MusicProperties.Writers 属性

定义

获取词曲作者。

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

属性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

词曲作者姓名的列表。

注解

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

适用于