SearchTextParseResult(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 SearchTextParseResult with the specified FilterRule.
public:
SearchTextParseResult(Microsoft::Management::UI::Internal::FilterRule ^ rule);
public:
SearchTextParseResult(Microsoft::Management::UI::Internal::FilterRule ^ rule);
SearchTextParseResult(Microsoft::Management::UI::Internal::FilterRule const & rule);
public SearchTextParseResult (Microsoft.Management.UI.Internal.FilterRule rule);
new Microsoft.Management.UI.Internal.SearchTextParseResult : Microsoft.Management.UI.Internal.FilterRule -> Microsoft.Management.UI.Internal.SearchTextParseResult
Public Sub New (rule As FilterRule)
Parameters
- rule
- FilterRule
The rule that resulted from parsing the search text.
Exceptions
The specified value is a null reference.