PropertyFilterPredicate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a predicate text string that is used to filter property searches.
public ref class PropertyFilterPredicate
public class PropertyFilterPredicate
type PropertyFilterPredicate = class
Public Class PropertyFilterPredicate
- Inheritance
-
PropertyFilterPredicate
Constructors
PropertyFilterPredicate(String) |
Creates a new instance of the PropertyFilterPredicate class with the specified search string. |
Properties
MatchText |
Gets the String that is used to match a property filter predicate string to a target string. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
Match(String) |
Indicates whether a case-insensitive match of the predicate string is contained within the target string. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |