Share via


DocumentProperties.Keywords プロパティ

定義

ドキュメントに関連付けられているキーワードのコレクションを取得します。

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

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

キーワードのコレクション。

注釈

このプロパティは、 Author プロパティと同様に読み取り専用です。

適用対象