共用方式為


IXpsOMDictionary::GetAt 方法 (xpsobjectmodel.h)

取得 IXpsOMShareable 介面指標,以及字典中指定索引處專案的索引鍵名稱字串。

語法

HRESULT GetAt(
  [in]          UINT32          index,
  [out]         LPWSTR          *key,
  [out, retval] IXpsOMShareable **entry
);

參數

[in] index

要取得之字典專案的以零起始的索引。

[out] key

位於索引所指定位置的 索引鍵字串。

[out, retval] entry

索引所指定位置找到的IXpsOMShareable 介面指標。

傳回值

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

備註

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

這個方法會配置 索引鍵中傳回之字串所使用的記憶體。 如果 key 不是 NULL,請使用 CoTaskMemFree 函式釋放記憶體。

規格需求

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

另請參閱

IXpsOMBrush

IXpsOMDictionary

IXpsOMShareable

IXpsOMVisual

XML Paper Specification