点击或拖拽改变大小

SwitchSelectorItemCollection 类

选择组集合
继承层次
SystemObject
  System.CollectionsCollectionBase
    Smobiler.Core.ControlsMobileViewCollectionBaseSwitchSelectorItem
      Smobiler.PluginsSwitchSelectorItemCollection

命名空间:  Smobiler.Plugins
程序集:  Smobiler.Plugins (在 Smobiler.Plugins.dll 中) 版本:6.0.641.16928
语法
public class SwitchSelectorItemCollection : MobileViewCollectionBase<SwitchSelectorItem>

SwitchSelectorItemCollection 类型公开以下成员。

构造函数
  名称说明
公共方法SwitchSelectorItemCollection
初始化SwitchSelectorItemCollection类的一个新实例
Top
属性
方法
  名称说明
公共方法Add
添加集合元素
(继承自 MobileViewCollectionBaseT。)
公共方法AddRange
添加集合元素数组
(继承自 MobileViewCollectionBaseT。)
公共方法Clear
清除元素集合
(继承自 MobileViewCollectionBaseT。)
公共方法Contains
判断是否存在给定集合元素
(继承自 MobileViewCollectionBaseT。)
公共方法IndexOf
获取指定集合元素的索引
(继承自 MobileViewCollectionBaseT。)
公共方法Refresh
对数据进行刷新
(继承自 MobileViewCollectionBaseT。)
公共方法Remove
删除指定集合元素
(继承自 MobileViewCollectionBaseT。)
公共方法RemoveAt
删除指定索引位置的集合元素
(继承自 MobileViewCollectionBaseT。)
Top
参见