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

適用於