다음을 통해 공유


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>

비디오의 스크립트 작성기 이름 목록입니다.

설명

이 속성은 디렉터 속성 과 비슷하게 읽기 전용입니다.

적용 대상