Share via


FilterRuleCustomizationFactory.TransferValues(FilterRule, FilterRule) Method

Definition

Transfers the values from the old rule into the new rule.

public:
 abstract void TransferValues(Microsoft::Management::UI::Internal::FilterRule ^ oldRule, Microsoft::Management::UI::Internal::FilterRule ^ newRule);
public:
 abstract void TransferValues(Microsoft::Management::UI::Internal::FilterRule ^ oldRule, Microsoft::Management::UI::Internal::FilterRule ^ newRule);
 abstract void TransferValues(Microsoft::Management::UI::Internal::FilterRule const & oldRule, Microsoft::Management::UI::Internal::FilterRule const & newRule);
public abstract void TransferValues (Microsoft.Management.UI.Internal.FilterRule oldRule, Microsoft.Management.UI.Internal.FilterRule newRule);
abstract member TransferValues : Microsoft.Management.UI.Internal.FilterRule * Microsoft.Management.UI.Internal.FilterRule -> unit
Public MustOverride Sub TransferValues (oldRule As FilterRule, newRule As FilterRule)

Parameters

oldRule
FilterRule

The old filter rule.

newRule
FilterRule

The new filter rule.

Applies to