FilterExpressionOperandNode(FilterRule) Constructor
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.
Initializes a new instance of the FilterExpressionOperandNode class.
public:
FilterExpressionOperandNode(Microsoft::Management::UI::Internal::FilterRule ^ rule);
public:
FilterExpressionOperandNode(Microsoft::Management::UI::Internal::FilterRule ^ rule);
FilterExpressionOperandNode(Microsoft::Management::UI::Internal::FilterRule const & rule);
public FilterExpressionOperandNode (Microsoft.Management.UI.Internal.FilterRule rule);
new Microsoft.Management.UI.Internal.FilterExpressionOperandNode : Microsoft.Management.UI.Internal.FilterRule -> Microsoft.Management.UI.Internal.FilterExpressionOperandNode
Public Sub New (rule As FilterRule)
Parameters
- rule
- FilterRule
The FilterRule to hold for evaluation.