Partager via


VideoProperties.Keywords Propriété

Définition

Obtient la collection de mots clés associés à la vidéo.

public:
 property IVector<Platform::String ^> ^ Keywords { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Keywords();
public IList<string> Keywords { get; }
var iVector = videoProperties.keywords;
Public ReadOnly Property Keywords As IList(Of String)

Valeur de propriété

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Collection de mots clés.

Remarques

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

S’applique à