VideoProperties.Producers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得影片的製作者。
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)
屬性值
影片製作者的名稱清單。
備註
此屬性是唯讀的,類似于 Director 屬性。