ActionGroup Constructor
This member is overloaded. For more information about this member, including syntax, click a name in the overload list.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Overload List
Name | Description | |
---|---|---|
ActionGroup() | Initializes a new instance of the ActionGroup class. |
|
ActionGroup(String, String) | Initializes a new instance of the ActionGroup class using a display name and a long description as parameters. |
|
ActionGroup(String, String, Int32) | Initializes a new instance of the ActionGroup class using a display name, a long description, and an image index as parameters. |
|
ActionGroup(String, String, Int32, Object) | Initializes a new instance of the ActionGroup class using a display name, a long description, an image index, and additional user-defined data as parameters. |
See Also
ActionGroup Class
Microsoft.ManagementConsole Namespace
Return to top