FilterRulePanelItem(FilterRule, String) 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 FilterRulePanelItem class.
public:
FilterRulePanelItem(Microsoft::Management::UI::Internal::FilterRule ^ rule, System::String ^ groupId);
public:
FilterRulePanelItem(Microsoft::Management::UI::Internal::FilterRule ^ rule, Platform::String ^ groupId);
FilterRulePanelItem(Microsoft::Management::UI::Internal::FilterRule const & rule, std::wstring const & groupId);
public FilterRulePanelItem (Microsoft.Management.UI.Internal.FilterRule rule, string groupId);
new Microsoft.Management.UI.Internal.FilterRulePanelItem : Microsoft.Management.UI.Internal.FilterRule * string -> Microsoft.Management.UI.Internal.FilterRulePanelItem
Public Sub New (rule As FilterRule, groupId As String)
Parameters
- rule
- FilterRule
The FilterRule to store in this FilterRulePanelItem.
- groupId
- String
A string which identifies which group this item belongs to.