GroupDescriptorCollection 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.]

Provides a collection of GroupDescriptor dependency objects.

Inheritance Hierarchy

System.Object
  System.Windows.DependencyObject
    DependencyObjectCollection<GroupDescriptor>
      System.Windows.Controls.GroupDescriptorCollection

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)

Syntax

'Declaration
Public Class GroupDescriptorCollection _
    Inherits DependencyObjectCollection(Of GroupDescriptor)
'Usage
Dim instance As GroupDescriptorCollection
public class GroupDescriptorCollection : DependencyObjectCollection<GroupDescriptor>
public ref class GroupDescriptorCollection : public DependencyObjectCollection<GroupDescriptor^>
type GroupDescriptorCollection =  
    class
        inherit DependencyObjectCollection<GroupDescriptor>
    end
public class GroupDescriptorCollection extends DependencyObjectCollection<GroupDescriptor>

The GroupDescriptorCollection type exposes the following members.

Constructors

  Name Description
Public method GroupDescriptorCollection Initializes a new instance of the GroupDescriptorCollection class.

Top

Properties

  Name Description
Public property Count (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public property Dispatcher (Inherited from DependencyObject.)
Public property IsReadOnly (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public property Item (Inherited from DependencyObjectCollection<GroupDescriptor>.)

Top

Methods

  Name Description
Public method Add (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method Clear (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public method ClearValue (Inherited from DependencyObject.)
Public method Contains (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public method CopyTo (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetEnumerator (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method IndexOf (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public method Insert (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method Remove (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public method RemoveAt (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Public method SetValue (Inherited from DependencyObject.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event CollectionChanged (Inherited from DependencyObjectCollection<GroupDescriptor>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method System#Collections#IList#Add (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate method System#Collections#IList#Clear (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate method System#Collections#IList#Contains (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate method System#Collections#ICollection#CopyTo (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate property System#Collections#ICollection#Count (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate method System#Collections#IEnumerable#GetEnumerator (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate method System#Collections#IList#IndexOf (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate method System#Collections#IList#Insert (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate property System#Collections#IList#IsFixedSize (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate property System#Collections#IList#IsReadOnly (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate property System#Collections#ICollection#IsSynchronized (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate property System#Collections#IList#Item (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate method System#Collections#IList#Remove (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate method System#Collections#IList#RemoveAt (Inherited from DependencyObjectCollection<GroupDescriptor>.)
Explicit interface implemetationPrivate property System#Collections#ICollection#SyncRoot (Inherited from DependencyObjectCollection<GroupDescriptor>.)

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

System.Windows.Controls Namespace