IUICollection::Replace 方法 (uiribbon.h)
將 IUICollection 指定索引處的專案取代為另一個專案。
語法
HRESULT Replace(
[in] UINT32 indexReplaced,
[in] IUnknown *itemReplaceWith
);
參數
[in] indexReplaced
類型: UINT32
要取代於 IUICollection 中之專案之以零起始的索引。
[in] itemReplaceWith
類型: IUnknown*
已新增至 IUICollection 之取代專案的指標。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 7 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 R2 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | uiribbon.h |
Dll | Mshtml.dll |