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 執行個體。

回頁首

屬性

  名稱 描述
公用屬性 AllowEdit 取得或設定值,指出清單中的項目是否可以編輯。 (繼承自 BindingList<WebServiceStats>)。
公用屬性 AllowNew 取得或設定值,指出您是否可以使用 AddNew 方法,將項目加入至清單中。 (繼承自 BindingList<WebServiceStats>)。
公用屬性 AllowRemove 取得或設定值,指出您是否可以從集合移除項目。 (繼承自 BindingList<WebServiceStats>)。
公用屬性 Count 取得 Collection<T> 中實際包含的項目數目。 (繼承自 Collection<WebServiceStats>)。
受保護的屬性 IsSortedCore 取得值,指出清單是否為排序。 (繼承自 BindingList<WebServiceStats>)。
公用屬性 Item 取得或設定指定之索引處的項目。 (繼承自 Collection<WebServiceStats>)。
受保護的屬性 Items 取得 Collection<T> 周圍的 IList<T> 包裝函式。 (繼承自 Collection<WebServiceStats>)。
公用屬性 RaiseListChangedEvents 取得或設定值,指出在清單中加入或移除項目時是否引發 ListChanged 事件。 (繼承自 BindingList<WebServiceStats>)。
受保護的屬性 SortDirectionCore 取得清單的排序方向。 (繼承自 BindingList<WebServiceStats>)。
受保護的屬性 SortPropertyCore 如果在衍生類別中實作排序,取得排序清單時所使用的屬性描述項,否則傳回 nullnull 參考 (即 Visual Basic 中的 Nothing)。 (繼承自 BindingList<WebServiceStats>)。
受保護的屬性 SupportsChangeNotificationCore 取得值,指出是否已啟用 ListChanged 事件。 (繼承自 BindingList<WebServiceStats>)。
受保護的屬性 SupportsSearchingCore 取得值,指出清單是否支援搜尋。 (繼承自 BindingList<WebServiceStats>)。
受保護的屬性 SupportsSortingCore 取得值,指出清單是否支援排序。 (繼承自 BindingList<WebServiceStats>)。

回頁首

方法

  名稱 描述
公用方法 Add 將物件加入至 Collection<T> 的結尾。 (繼承自 Collection<WebServiceStats>)。
公用方法 AddNew 將新項目加入至集合中。 (繼承自 BindingList<WebServiceStats>)。
受保護的方法 AddNewCore 將新項目加入至集合的結尾。 (繼承自 BindingList<WebServiceStats>)。
公用方法 AddTime 將時間以名稱指定 Web 服務的 WebServiceStats。
受保護的方法 ApplySortCore 如果在衍生類別中覆寫時,排序項目,否則擲回 NotSupportedException。 (繼承自 BindingList<WebServiceStats>)。
公用方法 CancelNew 捨棄暫止的新項目。 (繼承自 BindingList<WebServiceStats>)。
公用方法 Clear 將所有項目從 Collection<T> 移除。 (繼承自 Collection<WebServiceStats>)。
受保護的方法 ClearItems 從集合中移除所有元素。 (繼承自 BindingList<WebServiceStats>)。
公用方法 Contains 判斷某項目是否在 Collection<T> 中。 (繼承自 Collection<WebServiceStats>)。
公用方法 CopyTo 從目標陣列之指定的索引開始,將整個 Collection<T> 複製到相容的一維 Array。 (繼承自 Collection<WebServiceStats>)。
公用方法 EndNew 將暫止的新項目認可到集合中。 (繼承自 BindingList<WebServiceStats>)。
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
受保護的方法 FindCore 如果在衍生類別中實作搜尋時,搜尋具有指定之屬性描述項和值之項目的索引,否則為 NotSupportedException。 (繼承自 BindingList<WebServiceStats>)。
公用方法 GetEnumerator 傳回在 Collection<T> 中逐一查看的列舉值。 (繼承自 Collection<WebServiceStats>)。
公用方法 GetHashCode 做為預設雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 IndexOf 搜尋指定的物件,並傳回整個 Collection<T> 中第一個相符項目之以零起始的索引。 (繼承自 Collection<WebServiceStats>)。
公用方法 Insert 將項目插入 Collection<T> 中指定的索引處。 (繼承自 Collection<WebServiceStats>)。
受保護的方法 InsertItem 將指定的項目插入清單中的指定索引處。 (繼承自 BindingList<WebServiceStats>)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
受保護的方法 OnAddingNew 引發 AddingNew 事件。 (繼承自 BindingList<WebServiceStats>)。
受保護的方法 OnListChanged 引發 ListChanged 事件。 (繼承自 BindingList<WebServiceStats>)。
公用方法 Remove Collection<T> 移除特定物件的第一個相符項目。 (繼承自 Collection<WebServiceStats>)。
公用方法 RemoveAt 移除 Collection<T> 中指定之索引處的項目。 (繼承自 Collection<WebServiceStats>)。
受保護的方法 RemoveItem 移除在指定索引處的項目。 (繼承自 BindingList<WebServiceStats>)。
受保護的方法 RemoveSortCore 如果在衍生類別中實作排序時,移除以 ApplySortCore 所套用的任何排序,否則引發 NotSupportedException。 (繼承自 BindingList<WebServiceStats>)。
公用方法 ResetBindings 引發 Reset 型別的 ListChanged 事件。 (繼承自 BindingList<WebServiceStats>)。
公用方法 ResetItem 為指定之位置的項目,引發 ItemChanged 型別的 ListChanged 事件。 (繼承自 BindingList<WebServiceStats>)。
受保護的方法 SetItem 以指定的項目取代位於指定索引上的項目。 (繼承自 BindingList<WebServiceStats>)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

事件

  名稱 描述
公用事件 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 根據 PropertyDescriptorListSortDirection 來排序清單。如需這個成員的完整說明,請參閱 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>)。

回頁首

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.TeamFoundation.Client 命名空間