SyncTableCollection 成员

表示 SyncTable 对象的集合。

SyncTableCollection 类型公开以下成员。

构造函数

  名称 说明
公共方法 SyncTableCollection() () () () 初始化 SyncTableCollection 类的一个新实例。

页首

方法

  名称 说明
公共方法 Add(String) 将具有指定表名的 SyncTable 对象添加到集合的末尾。
公共方法 Add(T) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共方法 Add(String, SyncDirection) 将具有指定表名和同步方向的 SyncTable 对象添加到集合的末尾。
公共方法 Add(String, TableCreationOption) 将具有指定表名和创建选项的 SyncTable 对象添加到集合的末尾。
公共方法 Add(String, TableCreationOption, SyncDirection) 将具有指定表名、创建选项和同步方向的 SyncTable 对象添加到集合的末尾。
公共方法 Add(String, TableCreationOption, SyncDirection, SyncGroup) 将具有指定表名、创建选项、同步方向和同步组的 SyncTable 对象添加到集合的末尾。
公共方法 Clear() () () () (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
受保护的方法 ClearItems() () () () (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共方法 Contains(String) 确定集合中是否存在具有指定名称的 SyncTable 对象。
公共方法 Contains(T) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共方法 CopyTo(array<T> [] () [] [], Int32) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共方法 Equals(Object) (继承自 Object。)
受保护的方法 Finalize() () () () (继承自 Object。)
公共方法 GetEnumerator() () () () (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共方法 GetHashCode() () () () (继承自 Object。)
公共方法 GetType() () () () (继承自 Object。)
公共方法 IndexOf(String) 在给定表名称时搜索 SyncTable 对象,并返回整个集合中第一个匹配项的从零开始的索引。
公共方法 IndexOf(T) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共方法 Insert(Int32, T) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
受保护的方法 InsertItem(Int32, SyncTable) SyncTable 对象插入到集合中的指定索引处。 (重写 Collection< (Of < ( <'T> ) > ) >. . :: . .InsertItem(Int32, T)。)
受保护的方法 MemberwiseClone() () () () (继承自 Object。)
公共方法 Remove(String) 在给定表名称时从集合中删除 SyncTable 对象的第一个匹配项。
公共方法 Remove(T) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共方法 RemoveAt(Int32) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
受保护的方法 RemoveItem(Int32) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
受保护的方法 SetItem(Int32, SyncTable) 替换指定索引处的 SyncTable 对象。 (重写 Collection< (Of < ( <'T> ) > ) >. . :: . .SetItem(Int32, T)。)
公共方法 ToString() () () () (继承自 Object。)

页首

属性

  名称 说明
公共属性 Count (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共属性 Item[ ( [ ( Int32] ) ] ) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
公共属性 Item[ ( [ ( String] ) ] ) 从集合中获取具有指定名称的 SyncTable 对象。
受保护的属性 Items (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)

页首

显式接口实现

  名称 说明
显式接口实现专用方法 IList. . :: . .Add(Object) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Contains(Object) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用方法 ICollection. . :: . .CopyTo(Array, Int32) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用方法 IEnumerable. . :: . .GetEnumerator() () () () (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用方法 IList. . :: . .IndexOf(Object) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Insert(Int32, Object) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用属性 IList. . :: . .IsFixedSize (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用属性 ICollection< (Of < <' (T> ) > > ). . :: . .IsReadOnly (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用属性 IList. . :: . .IsReadOnly (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用属性 ICollection. . :: . .IsSynchronized (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用属性 IList. . :: . .Item[ ( [ ( Int32] ) ] ) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用方法 IList. . :: . .Remove(Object) (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)
显式接口实现专用属性 ICollection. . :: . .SyncRoot (继承自 Collection< (Of < ( <'SyncTable> ) > ) >。)

页首

请参阅

参考

SyncTableCollection类

Microsoft.Synchronization.Data 命名空间