共用方式為


IXpsOMDictionary::GetByKey 方法 (xpsobjectmodel.h)

取得包含指定索引鍵之專案的 IXpsOMShareable 介面指標。

語法

HRESULT GetByKey(
  [in]          LPCWSTR         key,
  [in]          IXpsOMShareable *beforeEntry,
  [out, retval] IXpsOMShareable **entry
);

參數

[in] key

在字典中找到的專案索引鍵。

[in] beforeEntry

要搜尋索引鍵之字典中最後一個專案的IXpsOMShareable 介面指標。 如果 beforeEntryNULL ,或是不是字典中專案的介面指標,則會搜尋整個字典。

[out, retval] entry

索引鍵符合索引 之字典專案的介面指標。

傳回值

如果方法成功,則會傳回S_OK;否則,它會傳回 HRESULT 錯誤碼。

備註

儲存在字典中的介面指標通常會指向衍生自 IXpsOMShareable 介面的介面,例如 IXpsOMBrushIXpsOMVisual。 若要判斷介面類型,請呼叫 IXpsOMShareable::GetType 方法。

規格需求

需求
最低支援的用戶端 適用於 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

另請參閱

IXpsOMDictionary

IXpsOMShareable

XML Paper Specification