Share via


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 メソッドを呼び出して、コレクションの更新された内容を保存します。

適用対象