DocumentProperties.Author 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得檔的作者集合。
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)
屬性值
檔作者的名稱。
備註
這個屬性是唯讀的。 它會傳回集合,您無法刪除或取代集合本身。 不過,集合的內容不是唯讀的。 您可以將專案新增至集合、從集合中移除專案,以及變更集合中的現有專案。 呼叫父類別的 SavePropertiesAsync 方法,以儲存集合的更新內容。