Share via


PropertyFilter Constructor (IEnumerable<PropertyFilterPredicate>)

Initializes a new instance of the PropertyFilter class.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    predicates As IEnumerable(Of PropertyFilterPredicate) _
)
public PropertyFilter(
    IEnumerable<PropertyFilterPredicate> predicates
)
public:
PropertyFilter(
    IEnumerable<PropertyFilterPredicate^>^ predicates
)
new : 
        predicates:IEnumerable<PropertyFilterPredicate> -> PropertyFilter
public function PropertyFilter(
    predicates : IEnumerable<PropertyFilterPredicate>
)

Parameters

.NET Framework Security

See Also

Reference

PropertyFilter Class

PropertyFilter Overload

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

WPF Designer Extensibility

Property Editing Architecture