다음을 통해 공유


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>

비디오 제작자의 이름 목록입니다.

설명

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

적용 대상