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 屬性。

適用於