次の方法で共有


VideoProperties.Writers プロパティ

定義

ビデオのスクリプト ライターを取得します。

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

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

ビデオのスクリプト ライターの名前の一覧。

注釈

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

適用対象