共用方式為


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 方法,以儲存集合的更新內容。

適用於