VideoProperties.Directors プロパティ

定義

ビデオのディレクターを取得します。

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

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

ビデオのディレクターの名前の一覧。

注釈

このプロパティは読み取り専用です。 コレクションが返され、コレクション自体を削除または置換することはできません。 ただし、コレクションの内容は読み取り専用ではありません。 コレクションに項目を追加したり、コレクションから項目を削除したり、コレクション内の既存の項目を変更したりできます。 親クラスの SavePropertiesAsync メソッドを呼び出して、コレクションの更新された内容を保存します。

適用対象