点击或拖拽改变大小

SwebViewStringCollection 类

字符串列表类
继承层次
SystemObject
  System.CollectionsCollectionBase
    Swebui.ControlsSwebViewObjectCollectionBaseString
      Swebui.ControlsSwebViewStringCollection

命名空间:  Swebui.Controls
程序集:  Swebui.Core (在 Swebui.Core.dll 中) 版本:1.0.133.17134+2c49d126d464232ac9a5157f96561862d8e39182
语法
public class SwebViewStringCollection : SwebViewObjectCollectionBase<string>

SwebViewStringCollection 类型公开以下成员。

构造函数
  名称说明
公共方法SwebViewStringCollection
初始化 SwebViewStringCollection 类的一个新实例
公共方法SwebViewStringCollection(ISwebViewObjectCollectionOwner)
初始化 SwebViewStringCollection 类的一个新实例
Top
属性
方法
  名称说明
公共方法Add
添加字符串
(继承自 SwebViewObjectCollectionBaseT。)
公共方法AddRange(IEnumerable)
添加字符串集合
(继承自 SwebViewObjectCollectionBaseT。)
公共方法AddRange(T) (继承自 SwebViewObjectCollectionBaseT。)
公共方法Clear
清空字符串列表
(继承自 SwebViewObjectCollectionBaseT。)
公共方法Contains
获取是否包含指定字符串
(继承自 SwebViewObjectCollectionBaseT。)
公共方法IndexOf
获取指定字符串的索引
(继承自 SwebViewObjectCollectionBaseT。)
公共方法Refresh (继承自 SwebViewObjectCollectionBaseT。)
公共方法Remove
删除指定编号的字符串
(继承自 SwebViewObjectCollectionBaseT。)
公共方法RemoveAt
删除指定索引的字符串
(继承自 SwebViewObjectCollectionBaseT。)
公共方法ToList (继承自 SwebViewObjectCollectionBaseT。)
Top
运算符
备注