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 |