MusicProperties.Conductors プロパティ

定義

曲の指揮者を取得します。

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

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

曲の指揮者の名前の一覧。

注釈

このプロパティは、 Composers プロパティと同様に読み取り専用です。

適用対象