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 .

Применяется к