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 メソッドを呼び出して、コレクションの更新された内容を保存します。

適用対象