IXpsOMCoreProperties::SetKeywords 方法 (xpsobjectmodel.h)
設定 關鍵字 屬性。
語法
HRESULT SetKeywords(
[in] LPCWSTR keywords
);
參數
[in] keywords
包含要寫入關鍵詞屬性之 關鍵詞的 字串。 NULL 指標會清除關鍵字屬性。
傳回值
如果方法成功,則會傳回S_OK;否則,它會傳回 HRESULT 錯誤碼。
備註
keywords 屬性是一組分隔的關鍵詞,用來支援搜尋和編製索引。 它通常是屬性中其他位置無法使用的詞彙清單。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows Vista 的 Windows 7、Windows Vista SP2 和平臺更新 [傳統型應用程式 |UWP 應用程式] |
最低支援的伺服器 | Windows Server 2008 R2、Windows Server 2008 SP2 和 Platform Update for Windows Server 2008 [傳統型應用程式 |UWP 應用程式] |
目標平台 | Windows |
標頭 | xpsobjectmodel.h |