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 属性。

适用于