SortDescriptorCollection Class
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Represents a collection of sorting descriptions that raises notification for both collection and item changes.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
DependencyObjectCollection<SortDescriptor>
System.Windows.Controls.SortDescriptorCollection
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public Class SortDescriptorCollection _
Inherits DependencyObjectCollection(Of SortDescriptor)
'Usage
Dim instance As SortDescriptorCollection
public class SortDescriptorCollection : DependencyObjectCollection<SortDescriptor>
public ref class SortDescriptorCollection : public DependencyObjectCollection<SortDescriptor^>
type SortDescriptorCollection =
class
inherit DependencyObjectCollection<SortDescriptor>
end
public class SortDescriptorCollection extends DependencyObjectCollection<SortDescriptor>
The SortDescriptorCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SortDescriptorCollection | Initializes a new instance of the SortDescriptorCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
Dispatcher | (Inherited from DependencyObject.) | |
IsReadOnly | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
Item | (Inherited from DependencyObjectCollection<SortDescriptor>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
CheckAccess | (Inherited from DependencyObject.) | |
Clear | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
ClearValue | (Inherited from DependencyObject.) | |
Contains | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
CopyTo | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAnimationBaseValue | (Inherited from DependencyObject.) | |
GetEnumerator | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue | (Inherited from DependencyObject.) | |
IndexOf | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
Insert | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
MemberwiseClone | (Inherited from Object.) | |
ReadLocalValue | (Inherited from DependencyObject.) | |
Remove | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
RemoveAt | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
SetValue | (Inherited from DependencyObject.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from DependencyObjectCollection<SortDescriptor>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System#Collections#IList#Add | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#Clear | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#Contains | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#ICollection#CopyTo | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#ICollection#Count | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IEnumerable#GetEnumerator | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#IndexOf | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#Insert | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#IsFixedSize | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#IsReadOnly | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#ICollection#IsSynchronized | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#Item | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#Remove | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#IList#RemoveAt | (Inherited from DependencyObjectCollection<SortDescriptor>.) | |
System#Collections#ICollection#SyncRoot | (Inherited from DependencyObjectCollection<SortDescriptor>.) |
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.