WebServiceStatList 类
Web 服务统计信息列表。
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<WebServiceStats>
System.ComponentModel.BindingList<WebServiceStats>
Microsoft.TeamFoundation.Client.WebServiceStatList
命名空间: Microsoft.TeamFoundation.Client
程序集: Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)
语法
声明
Public Class WebServiceStatList _
Inherits BindingList(Of WebServiceStats)
public class WebServiceStatList : BindingList<WebServiceStats>
WebServiceStatList 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
WebServiceStatList | 初始化的新 WebServiceStatList 实例。 |
页首
属性
页首
方法
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
AddingNew | 在将项添加到该列表之前发生。 (继承自 BindingList<WebServiceStats>。) |
![]() |
ListChanged | 当列表或列表中的项更改时发生。 (继承自 BindingList<WebServiceStats>。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
IList.Add | 将某项添加到 IList 中。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IBindingList.AddIndex | 有关此成员的说明,请参见 AddIndex。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.AddNew | 将新项添加到列表。有关更多信息,请参见 AddNew。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.AllowEdit | 获取一个值,该值指示是否可以编辑列表中的项。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.AllowNew | 获取一个值,该值指示是否可以使用 AddNew 方法向列表中添加新项。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.AllowRemove | 获取一个值,该值指示是否可以从列表中移除项。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.ApplySort | 根据 PropertyDescriptor 和 ListSortDirection 对列表进行排序。有关此成员的完整说明,请参见 ApplySort。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IList.Contains | 确定 IList 是否包含特定值。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
ICollection.CopyTo | 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IBindingList.Find | 有关此成员的说明,请参见 Find。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IEnumerable.GetEnumerator | 返回一个循环访问集合的枚举数。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IList.IndexOf | 确定 IList 中特定项的索引。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IList.Insert | 将某项插入 IList 中指定的索引处。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IList.IsFixedSize | 获取一个值,该值指示 IList 是否具有固定大小。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
ICollection<T>.IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IList.IsReadOnly | 获取一个值,该值指示 IList 是否为只读。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IBindingList.IsSorted | 有关此成员的说明,请参见 IsSorted。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
ICollection.IsSynchronized | 获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IList.Item | 获取或设置位于指定索引处的元素。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IRaiseItemChangedEvents.RaisesItemChangedEvents | 获取一个值,该值指示项属性值更改是否会引发类型为 ItemChanged 的 ListChanged 事件。不能在派生类中重写此成员。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IList.Remove | 从 IList 中移除特定对象的第一个匹配项。 (继承自 Collection<WebServiceStats>。) |
![]() ![]() |
IBindingList.RemoveIndex | 有关此成员的说明,请参见 RemoveIndex。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.RemoveSort | 有关此成员的说明,请参见 RemoveSort (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.SortDirection | 有关此成员的说明,请参见 SortDirection。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.SortProperty | 有关此成员的说明,请参见 SortProperty。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.SupportsChangeNotification | 有关此成员的说明,请参见 SupportsChangeNotification。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.SupportsSearching | 有关此成员的说明,请参见 SupportsSearching。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
IBindingList.SupportsSorting | 有关此成员的说明,请参见 SupportsSorting。 (继承自 BindingList<WebServiceStats>。) |
![]() ![]() |
ICollection.SyncRoot | 获取可用于同步对 ICollection 的访问的对象。 (继承自 Collection<WebServiceStats>。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。