SortFieldCollection Class
This is a collection class that holds DisplayFields.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.WorkItemTracking.Controls.SortFieldCollection
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public NotInheritable Class SortFieldCollection _
Implements IList, ICollection, IEnumerable
public sealed class SortFieldCollection : IList,
ICollection, IEnumerable
public ref class SortFieldCollection sealed : IList,
ICollection, IEnumerable
[<Sealed>]
type SortFieldCollection =
class
interface IList
interface ICollection
interface IEnumerable
end
public final class SortFieldCollection implements IList, ICollection, IEnumerable
The SortFieldCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SortFieldCollection() | ||
SortFieldCollection(SortFieldCollection) |
Top
Properties
Name | Description | |
---|---|---|
Count | ||
IsReadOnly | ||
Item[Int32] | ||
Item[String] |
Top
Methods
Name | Description | |
---|---|---|
Add | ||
AddRange | ||
Clear | ||
Contains(String) | ||
Contains(SortField) | ||
CopyTo | ||
Equals | (Overrides Object.Equals(Object).) | |
GetEnumerator | ||
GetHashCode | (Overrides Object.GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf(String) | ||
IndexOf(SortField) | ||
Insert | ||
Remove | ||
RemoveAt | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
Changed |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | ||
IList.Contains | ||
ICollection.CopyTo | ||
IList.IndexOf | ||
IList.Insert | ||
IList.IsFixedSize | ||
ICollection.IsSynchronized | ||
IList.Item | ||
IList.Remove | ||
ICollection.SyncRoot |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace