Partager via


MusicProperties.Conductors Propriété

Définition

Obtient les chefs d’orchestre de la chanson.

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)

Valeur de propriété

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Liste des noms des chefs d’orchestre de la chanson.

Remarques

Cette propriété est en lecture seule, similaire à la propriété Composers .

S’applique à