共用方式為


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 屬性。

適用於