次の方法で共有


VideoProperties.Producers プロパティ

定義

ビデオのプロデューサーを取得します。

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

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

ビデオのプロデューサーの名前の一覧。

注釈

このプロパティは、 Director プロパティと同様に読み取り専用です。

適用対象