TextFilterRule Class
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.
The TextFilterRule class supports derived rules by offering services for evaluating string operations.
public ref class TextFilterRule abstract : Microsoft::Management::UI::Internal::SingleValueComparableValueFilterRule<System::String ^>
[Windows::Foundation::Metadata::WebHostHidden]
public ref class TextFilterRule abstract : Microsoft::Management::UI::Internal::SingleValueComparableValueFilterRule<Platform::String ^>
[Windows::Foundation::Metadata::WebHostHidden]
class TextFilterRule abstract : Microsoft::Management::UI::Internal::SingleValueComparableValueFilterRule<std::wstring>
[System.Serializable]
public abstract class TextFilterRule : Microsoft.Management.UI.Internal.SingleValueComparableValueFilterRule<string>
[<System.Serializable>]
type TextFilterRule = class
inherit SingleValueComparableValueFilterRule<string>
Public MustInherit Class TextFilterRule
Inherits SingleValueComparableValueFilterRule(Of String)
- Inheritance
- Derived
- Attributes
Text |
Initializes a new instance of the TextFilterRule class. |
Word |
Gets a regex pattern that describes a word boundary that can include symbols. |
Culture |
Gets or sets whether culture differences in language are ignored when evaluating. |
Default |
Gets or sets a value indicating whether null objects passed to Evaluate will evaluate to true or false. (Inherited from ComparableValueFilterRule<T>) |
Display |
Gets a display friendly name for the FilterRule. (Inherited from FilterRule) |
Ignore |
Gets or sets whether to ignore case when evaluating. |
Is |
Gets a value indicating whether the FilterRule can be evaluated in its current state. (Inherited from SingleValueComparableValueFilterRule<T>) |
Value |
Gets a value that holds user input. (Inherited from SingleValueComparableValueFilterRule<T>) |
Evaluate(Object) |
Determines if item matches a derived classes criteria. (Inherited from ComparableValueFilterRule<T>) |
Evaluate(T) |
Determines if item matches a derived classes criteria. (Inherited from ComparableValueFilterRule<T>) |
Exact |
Gets a value indicating whether the specified data matches one of the specified patterns.
If the current value is an exact-match string, |
Get |
Gets the current value and determines whether it should be evaluated as an exact match. |
Get |
Gets a RegexOptions object that matches the values of IgnoreCase and CultureInvariant. |
Get |
Gets a regular expression pattern based on the current value and the specified patterns.
If the current value is an exact-match string, |
Notify |
Fires EvaluationResultInvalidated. (Inherited from FilterRule) |
Evaluation |
Occurs when the values of this rule changes. (Inherited from FilterRule) |
Deep |
Creates a deep copy of a FilterRule. |
Product | Versies |
---|---|
Windows PowerShell | 5.1.0.0 |