FilterRuleCustomizationFactory.ClearValues(FilterRule) Method
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.
Clears the values from the filter rule.
public:
abstract void ClearValues(Microsoft::Management::UI::Internal::FilterRule ^ rule);
public:
abstract void ClearValues(Microsoft::Management::UI::Internal::FilterRule ^ rule);
abstract void ClearValues(Microsoft::Management::UI::Internal::FilterRule const & rule);
public abstract void ClearValues (Microsoft.Management.UI.Internal.FilterRule rule);
abstract member ClearValues : Microsoft.Management.UI.Internal.FilterRule -> unit
Public MustOverride Sub ClearValues (rule As FilterRule)
Parameters
- rule
- FilterRule
The rule to clear.