DataSourceGroupCollection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public ref class DataSourceGroupCollection : System::Collections::CollectionBase
public class DataSourceGroupCollection : System.Collections.CollectionBase
type DataSourceGroupCollection = class
inherit CollectionBase
Public Class DataSourceGroupCollection
Inherits CollectionBase
- 继承
-
DataSourceGroupCollection
构造函数
属性
方法
Add(DataSourceGroup)
|
Clear()
|
从 CollectionBase 实例移除所有对象。 不能重写此方法。
(继承自 CollectionBase)
|
Contains(DataSourceGroup)
|
CopyTo(DataSourceGroup[], Int32)
|
Equals(Object)
|
确定指定对象是否等于当前对象。
(继承自 Object)
|
GetEnumerator()
|
返回循环访问 CollectionBase 实例的枚举器。
(继承自 CollectionBase)
|
GetHashCode()
|
作为默认哈希函数。
(继承自 Object)
|
GetType()
|
获取当前实例的 Type。
(继承自 Object)
|
IndexOf(DataSourceGroup)
|
Insert(Int32, DataSourceGroup)
|
MemberwiseClone()
|
创建当前 Object 的浅表副本。
(继承自 Object)
|
OnClear()
|
清除 CollectionBase 实例的内容时执行其他自定义进程。
(继承自 CollectionBase)
|
OnClearComplete()
|
在清除 CollectionBase 实例的内容之后执行其他自定义进程。
(继承自 CollectionBase)
|
OnInsert(Int32, Object)
|
在向 CollectionBase 实例中插入新元素之前执行其他自定义进程。
(继承自 CollectionBase)
|
OnInsertComplete(Int32, Object)
|
在向 CollectionBase 实例中插入新元素之后执行其他自定义进程。
(继承自 CollectionBase)
|
OnRemove(Int32, Object)
|
当从 CollectionBase 实例移除元素时执行其他自定义进程。
(继承自 CollectionBase)
|
OnRemoveComplete(Int32, Object)
|
在从 CollectionBase 实例中移除元素之后执行其他自定义进程。
(继承自 CollectionBase)
|
OnSet(Int32, Object, Object)
|
当在 CollectionBase 实例中设置值之前执行其他自定义进程。
(继承自 CollectionBase)
|
OnSetComplete(Int32, Object, Object)
|
当在 CollectionBase 实例中设置值后执行其他自定义进程。
(继承自 CollectionBase)
|
OnValidate(Object)
|
当验证值时执行其他自定义进程。
(继承自 CollectionBase)
|
Remove(DataSourceGroup)
|
RemoveAt(Int32)
|
移除 CollectionBase 实例的指定索引处的元素。 此方法不可重写。
(继承自 CollectionBase)
|
ToString()
|
返回表示当前对象的字符串。
(继承自 Object)
|
适用于