共用方式為


SortFieldList 類別

表示可由查詢排序 SortFields 的集合。

繼承階層架構

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Common.OrderedVariableSizeList
    Microsoft.TeamFoundation.WorkItemTracking.Client.SortFieldList

命名空間:  Microsoft.TeamFoundation.WorkItemTracking.Client
組件:  Microsoft.TeamFoundation.WorkItemTracking.Client (在 Microsoft.TeamFoundation.WorkItemTracking.Client.dll 中)

語法

'宣告
Public NotInheritable Class SortFieldList _
    Inherits OrderedVariableSizeList
public sealed class SortFieldList : OrderedVariableSizeList

SortFieldList 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 Count 取得項目的數目在此清單中。 (覆寫 OrderedVariableSizeList.Count。)
公用屬性 IsFixedSize 已過時。 (繼承自 OrderedVariableSizeList)。
公用屬性 IsReadOnly 已過時。 (繼承自 OrderedVariableSizeList)。
公用屬性 IsSynchronized 已過時。 (繼承自 OrderedVariableSizeList)。
公用屬性 Item 取得或設定 SortField 項目在指定之索引處的。
公用屬性 SyncRoot 已過時。 (繼承自 OrderedVariableSizeList)。

回頁首

方法

  名稱 說明
公用方法 Add(SortField) 將指定的 SortField 執行個體加入至清單。
公用方法 Add(String, SortType) 將新的 SortField 執行個體加入至具有指定之名稱和 SortType清單中。
公用方法 Clear 清除這個清單。 (覆寫 OrderedVariableSizeList.Clear()。)
公用方法 Contains 檢查指定的 SortField 是否在這個清單時發生。
公用方法 CopyTo 已過時。 (繼承自 OrderedVariableSizeList)。
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 GetEnumerator (繼承自 OrderedVariableSizeList)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 IndexOf 取得索引,在清單中,指定的 SortField 執行個體。
公用方法 IndexOfFieldId 取得索引,則為具有指定的欄位 ID. 清單中, SortField
公用方法 Insert(Int32, SortField) 插入指定的 SortField 個體這份清單中指定的索引。
公用方法 Insert(Int32, String, SortType) 插入具有指定名稱和 SortType 入這份清單中選取新 SortField
公用方法 Remove(String) 移除具有從此清單中指定之欄位名稱的 SortField
公用方法 Remove(FieldDefinition) 移除具有從此清單中指定的欄位定義的 SortField
公用方法 Remove(SortField) 從這份清單中移除指定的 SortField
公用方法 RemoveAt 移除在指定索引處的 SortField。 (覆寫 OrderedVariableSizeList.RemoveAt(Int32)。)
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

明確介面實作

  名稱 說明
明確介面實作私用方法 IList.Add (繼承自 OrderedVariableSizeList)。
明確介面實作私用方法 IList.Clear (繼承自 OrderedVariableSizeList)。
明確介面實作私用方法 IList.Contains (繼承自 OrderedVariableSizeList)。
明確介面實作私用方法 ICollection.CopyTo (繼承自 OrderedVariableSizeList)。
明確介面實作私用屬性 ICollection.Count (繼承自 OrderedVariableSizeList)。
明確介面實作私用方法 IList.IndexOf (繼承自 OrderedVariableSizeList)。
明確介面實作私用方法 IList.Insert (繼承自 OrderedVariableSizeList)。
明確介面實作私用屬性 IList.IsFixedSize (繼承自 OrderedVariableSizeList)。
明確介面實作私用屬性 IList.IsReadOnly (繼承自 OrderedVariableSizeList)。
明確介面實作私用屬性 ICollection.IsSynchronized (繼承自 OrderedVariableSizeList)。
明確介面實作私用屬性 IList.Item (繼承自 OrderedVariableSizeList)。
明確介面實作私用方法 IList.Remove (繼承自 OrderedVariableSizeList)。
明確介面實作私用方法 IList.RemoveAt (繼承自 OrderedVariableSizeList)。
明確介面實作私用屬性 ICollection.SyncRoot (繼承自 OrderedVariableSizeList)。
明確介面實作私用屬性 IVersionTag.VersionTag (繼承自 OrderedVariableSizeList)。

回頁首

備註

此清單無法包含重複項目。

執行緒安全

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

請參閱

參考

Microsoft.TeamFoundation.WorkItemTracking.Client 命名空間