FilterDescriptorCollection 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 FilterDescriptor dependency objects.
Inheritance Hierarchy
System.Object
System.Windows.DependencyObject
DependencyObjectCollection<FilterDescriptor>
System.Windows.Controls.FilterDescriptorCollection
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public Class FilterDescriptorCollection _
Inherits DependencyObjectCollection(Of FilterDescriptor)
'Usage
Dim instance As FilterDescriptorCollection
public class FilterDescriptorCollection : DependencyObjectCollection<FilterDescriptor>
public ref class FilterDescriptorCollection : public DependencyObjectCollection<FilterDescriptor^>
type FilterDescriptorCollection =
class
inherit DependencyObjectCollection<FilterDescriptor>
end
public class FilterDescriptorCollection extends DependencyObjectCollection<FilterDescriptor>
The FilterDescriptorCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FilterDescriptorCollection | Initializes a new instance of the FilterDescriptorCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Count | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
Dispatcher | (Inherited from DependencyObject.) | |
IsReadOnly | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
Item | (Inherited from DependencyObjectCollection<FilterDescriptor>.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
CheckAccess | (Inherited from DependencyObject.) | |
Clear | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
ClearValue | (Inherited from DependencyObject.) | |
Contains | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
CopyTo | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAnimationBaseValue | (Inherited from DependencyObject.) | |
GetEnumerator | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue | (Inherited from DependencyObject.) | |
IndexOf | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
Insert | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
MemberwiseClone | (Inherited from Object.) | |
ReadLocalValue | (Inherited from DependencyObject.) | |
Remove | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
RemoveAt | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
SetValue | (Inherited from DependencyObject.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from DependencyObjectCollection<FilterDescriptor>.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System#Collections#IList#Add | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#Clear | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#Contains | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#ICollection#CopyTo | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#ICollection#Count | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IEnumerable#GetEnumerator | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#IndexOf | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#Insert | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#IsFixedSize | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#IsReadOnly | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#ICollection#IsSynchronized | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#Item | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#Remove | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#IList#RemoveAt | (Inherited from DependencyObjectCollection<FilterDescriptor>.) | |
System#Collections#ICollection#SyncRoot | (Inherited from DependencyObjectCollection<FilterDescriptor>.) |
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.