DocumentProperties.Author 屬性

定義

取得檔的作者集合。

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

屬性值

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

檔作者的名稱。

備註

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

適用於