IStringCollection::RemoveAt 方法 (wuapi.h)
从集合中移除指定索引位置的项。
语法
HRESULT RemoveAt(
[in] LONG index
);
参数
[in] index
要删除的字符串的索引。
返回值
如果成功 , 则返回S_OK。 否则,将返回 COM 或 Windows 错误代码。
此方法还可以返回以下错误代码。
返回代码 | 说明 |
---|---|
|
该集合是只读的。 |
|
索引无效。 |
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional SP3 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用] |
目标平台 | Windows |
标头 | wuapi.h |
Library | Wuguid.lib |
DLL | Wuapi.dll |