WebServiceCallList 类

web 服务列表调用。

继承层次结构

System.Object
  System.Collections.ObjectModel.Collection<WebServiceCall>
    System.ComponentModel.BindingList<WebServiceCall>
      Microsoft.TeamFoundation.Client.WebServiceCallList

命名空间:  Microsoft.TeamFoundation.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Public Class WebServiceCallList _
    Inherits BindingList(Of WebServiceCall)
public class WebServiceCallList : BindingList<WebServiceCall>

WebServiceCallList 类型公开以下成员。

构造函数

  名称 说明
公共方法 WebServiceCallList 初始化的新 WebServiceCallList 实例。

页首

属性

  名称 说明
公共属性 AllowEdit 获取或设置一个值,该值指示该列表中的项是否可以编辑。 (继承自 BindingList<WebServiceCall>。)
公共属性 AllowNew 获取或设置一个值,该值指示是否可以使用 AddNew 方法向列表中添加项。 (继承自 BindingList<WebServiceCall>。)
公共属性 AllowRemove 获取或设置一个值,该值指示是否可以从集合中移除项。 (继承自 BindingList<WebServiceCall>。)
公共属性 Count 获取 Collection<T> 中实际包含的元素数。 (继承自 Collection<WebServiceCall>。)
受保护的属性 IsSortedCore 获取一个值,指示列表是否已排序。 (继承自 BindingList<WebServiceCall>。)
公共属性 Item 获取或设置位于指定索引处的元素。 (继承自 Collection<WebServiceCall>。)
受保护的属性 Items 获取 Collection<T> 周围的 IList<T> 包装。 (继承自 Collection<WebServiceCall>。)
公共属性 RaiseListChangedEvents 获取或设置一个值,该值指示在列表中添加或移除项时是否会引发 ListChanged 事件。 (继承自 BindingList<WebServiceCall>。)
受保护的属性 SortDirectionCore 获取列表的排序方向。 (继承自 BindingList<WebServiceCall>。)
受保护的属性 SortPropertyCore 如果在派生类中实现了排序,则获取用于对列表排序的属性说明符;否则返回 nullnull 引用(在 Visual Basic 中为 Nothing)。 (继承自 BindingList<WebServiceCall>。)
受保护的属性 SupportsChangeNotificationCore 获取一个值,该值指示是否启用 ListChanged 事件。 (继承自 BindingList<WebServiceCall>。)
受保护的属性 SupportsSearchingCore 获取一个值,该值指示列表是否支持搜索。 (继承自 BindingList<WebServiceCall>。)
受保护的属性 SupportsSortingCore 获取一个值,该值指示列表是否支持排序。 (继承自 BindingList<WebServiceCall>。)

页首

方法

  名称 说明
公共方法 Add 将对象添加到 Collection<T> 的结尾处。 (继承自 Collection<WebServiceCall>。)
公共方法 AddNew 将新项添加到集合中。 (继承自 BindingList<WebServiceCall>。)
受保护的方法 AddNewCore 将新项添加到集合末尾。 (继承自 BindingList<WebServiceCall>。)
公共方法 AddTime 添加时可以按名称指定 web 服务的 WebServiceStats。
受保护的方法 ApplySortCore 如果已在派生类中重写,则对项进行排序;否则将引发 NotSupportedException。 (继承自 BindingList<WebServiceCall>。)
公共方法 CancelNew 丢弃挂起的新项。 (继承自 BindingList<WebServiceCall>。)
公共方法 Clear Collection<T> 中移除所有元素。 (继承自 Collection<WebServiceCall>。)
受保护的方法 ClearItems 移除集合中的所有元素。 (继承自 BindingList<WebServiceCall>。)
公共方法 Contains 确定某元素是否在 Collection<T> 中。 (继承自 Collection<WebServiceCall>。)
公共方法 CopyTo 从目标数组的指定索引处开始将整个 Collection<T> 复制到兼容的一维 Array。 (继承自 Collection<WebServiceCall>。)
公共方法 EndNew 向集合提交挂起的新项。 (继承自 BindingList<WebServiceCall>。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
受保护的方法 FindCore 如果在派生类中实现了搜索,则用指定值搜索具有指定属性说明符的项的索引;否则将引发 NotSupportedException。 (继承自 BindingList<WebServiceCall>。)
公共方法 GetEnumerator 返回循环访问 Collection<T> 的枚举数。 (继承自 Collection<WebServiceCall>。)
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 IndexOf 搜索指定的对象,并返回整个 Collection<T> 中第一个匹配项的从零开始的索引。 (继承自 Collection<WebServiceCall>。)
公共方法 Insert 将元素插入 Collection<T> 的指定索引处。 (继承自 Collection<WebServiceCall>。)
受保护的方法 InsertItem 将指定的项插入到列表中的指定索引位置。 (继承自 BindingList<WebServiceCall>。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
受保护的方法 OnAddingNew 引发 AddingNew 事件。 (继承自 BindingList<WebServiceCall>。)
受保护的方法 OnListChanged 引发 ListChanged 事件。 (继承自 BindingList<WebServiceCall>。)
公共方法 Remove Collection<T> 中移除特定对象的第一个匹配项。 (继承自 Collection<WebServiceCall>。)
公共方法 RemoveAt 移除 Collection<T> 的指定索引处的元素。 (继承自 Collection<WebServiceCall>。)
受保护的方法 RemoveItem 移除指定索引处的项。 (继承自 BindingList<WebServiceCall>。)
受保护的方法 RemoveSortCore 如果在派生类中实现排序,则移除通过 ApplySortCore 应用的任何排序;否则将引发 NotSupportedException。 (继承自 BindingList<WebServiceCall>。)
公共方法 ResetBindings 引发 Reset 类型的 ListChanged 事件。 (继承自 BindingList<WebServiceCall>。)
公共方法 ResetItem 为位于指定位置的项引发类型为 ItemChangedListChanged 事件。 (继承自 BindingList<WebServiceCall>。)
受保护的方法 SetItem 使用指定项替换指定索引处的项。 (继承自 BindingList<WebServiceCall>。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

事件

  名称 说明
公共事件 AddingNew 在将项添加到该列表之前发生。 (继承自 BindingList<WebServiceCall>。)
公共事件 ListChanged 当列表或列表中的项更改时发生。 (继承自 BindingList<WebServiceCall>。)

页首

显式接口实现  

  名称 说明
显式接口实现私有方法 IList.Add 将某项添加到 IList 中。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有方法 IBindingList.AddIndex 有关此成员的说明,请参见 AddIndex。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有方法 IBindingList.AddNew 将新项添加到列表。有关详细信息,请参阅AddNew。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 IBindingList.AllowEdit 获取一个值,该值指示是否可以编辑列表中的项。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 IBindingList.AllowNew 获取一个值,该值指示是否可以使用 AddNew 方法向列表中添加新项。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 IBindingList.AllowRemove 获取一个值,该值指示是否可以从列表中移除项。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有方法 IBindingList.ApplySort 根据 PropertyDescriptorListSortDirection 对列表进行排序。有关此成员的完整说明,请参见 ApplySort。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有方法 IList.Contains 确定 IList 是否包含特定值。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有方法 ICollection.CopyTo 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有方法 IBindingList.Find 有关此成员的说明,请参见 Find。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有方法 IEnumerable.GetEnumerator 返回一个循环访问集合的枚举器。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有方法 IList.IndexOf 确定 IList 中特定项的索引。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有方法 IList.Insert 将某项插入 IList 中指定的索引处。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有属性 IList.IsFixedSize 获取一个值,该值指示 IList 是否具有固定大小。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有属性 ICollection<T>.IsReadOnly 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有属性 IList.IsReadOnly 获取一个值,该值指示 IList 是否为只读。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有属性 IBindingList.IsSorted 有关此成员的说明,请参见 IsSorted。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 ICollection.IsSynchronized 获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有属性 IList.Item 获取或设置位于指定索引处的元素。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有属性 IRaiseItemChangedEvents.RaisesItemChangedEvents 获取一个值,该值指示项属性值更改是否会引发类型为 ItemChangedListChanged 事件。不能在派生类中重写此成员。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有方法 IList.Remove IList 中移除特定对象的第一个匹配项。 (继承自 Collection<WebServiceCall>。)
显式接口实现私有方法 IBindingList.RemoveIndex 有关此成员的说明,请参见 RemoveIndex。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有方法 IBindingList.RemoveSort 有关此成员的说明,请参见 RemoveSort (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 IBindingList.SortDirection 有关此成员的说明,请参见 SortDirection。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 IBindingList.SortProperty 有关此成员的说明,请参见 SortProperty。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 IBindingList.SupportsChangeNotification 有关此成员的说明,请参见 SupportsChangeNotification。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 IBindingList.SupportsSearching 有关此成员的说明,请参见 SupportsSearching。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 IBindingList.SupportsSorting 有关此成员的说明,请参见 SupportsSorting。 (继承自 BindingList<WebServiceCall>。)
显式接口实现私有属性 ICollection.SyncRoot 获取可用于同步对 ICollection 的访问的对象。 (继承自 Collection<WebServiceCall>。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.TeamFoundation.Client 命名空间