อ่านในภาษาอังกฤษ แก้ไข

แชร์ผ่าน


PropertyFilter Constructors

Definition

Creates a new instance of the PropertyFilter class.

Overloads

PropertyFilter(IEnumerable<PropertyFilterPredicate>)

Creates a new instance of the PropertyFilter class that includes an enumeration of filtering strings, called predicates, that can be compared against a target property name until a match is found.

PropertyFilter(String)

Creates a new instance of the PropertyFilter class that includes a String that contains a space-delimited sequence of filtering phrases, called predicates, that can be compared against a target property name until a match is found.

PropertyFilter(IEnumerable<PropertyFilterPredicate>)

Creates a new instance of the PropertyFilter class that includes an enumeration of filtering strings, called predicates, that can be compared against a target property name until a match is found.

C#
public PropertyFilter(System.Collections.Generic.IEnumerable<System.Activities.Presentation.PropertyEditing.PropertyFilterPredicate> predicates);

Parameters

predicates
IEnumerable<PropertyFilterPredicate>

An IEnumerable list of predicates, or strings used for matching.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

PropertyFilter(String)

Creates a new instance of the PropertyFilter class that includes a String that contains a space-delimited sequence of filtering phrases, called predicates, that can be compared against a target property name until a match is found.

C#
public PropertyFilter(string filterText);

Parameters

filterText
String

A String that contains space-delimited predicates for property filtering.

Applies to

.NET Framework 4.8.1 และรุ่นอื่นๆ
ผลิตภัณฑ์ เวอร์ชัน
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1