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>

视频脚本编写者的姓名列表。

注解

此属性是只读的,类似于 控制器 属性。

适用于