IStringCollection 接口 (wuapi.h)
表示字符串的有序列表。
继承
IStringCollection 接口继承自 IDispatch 接口。 IStringCollection 还具有以下类型的成员:
方法
IStringCollection 接口具有这些方法。
IStringCollection::Add 向集合中添加一项。 (IStringCollection.Add) |
IStringCollection::Clear 从集合中删除所有元素。 (IStringCollection.Clear) |
IStringCollection::Copy 创建集合的深度读/写副本。 |
IStringCollection::get__NewEnum 获取可用于枚举集合的 IEnumVARIANT 接口。 (IStringCollection.get__NewEnum) |
IStringCollection::get_Count 获取集合中的元素数。 (IStringCollection.get_Count) |
IStringCollection::get_Item 获取或设置集合中的字符串。 (获取) |
IStringCollection::get_ReadOnly 获取一个布尔值,该值指示集合是否为只读。 |
IStringCollection::Insert 将一项插入到集合中的指定位置。 (IStringCollection.Insert) |
IStringCollection::p ut_Item 获取或设置集合中的字符串。 (放置) |
IStringCollection::RemoveAt 从集合中移除指定索引位置的项。 (IStringCollection.RemoveAt) |
注解
可以使用 StringCollection coclass 实例化此接口。 使用 Microsoft.Update.StringColl 程序标识符创建 对象。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional 和 SP3 [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003、Windows 2000 Server SP3 [仅限桌面应用] |
目标平台 | Windows |
标头 | wuapi.h |