VideoProperties.Directors 屬性

定義

取得影片的主管。

public:
 property IVector<Platform::String ^> ^ Directors { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Directors();
public IList<string> Directors { get; }
var iVector = videoProperties.directors;
Public ReadOnly Property Directors As IList(Of String)

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

影片主管的名稱清單。

備註

這個屬性是唯讀的。 它會傳回集合,您無法刪除或取代集合本身。 不過,集合的內容不是唯讀的。 您可以將專案新增至集合、從集合中移除專案,以及變更集合中的現有專案。 呼叫父類別的 SavePropertiesAsync 方法,以儲存集合的更新內容。

適用於