MusicProperties.Conductors プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
曲の指揮者を取得します。
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)
プロパティ値
曲の指揮者の名前の一覧。
注釈
このプロパティは、 Composers プロパティと同様に読み取り専用です。