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

适用于