Compartir a través de


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
System_CAPS_pubmethod ActionGroup()

Initializes a new instance of the ActionGroup class.

System_CAPS_pubmethod ActionGroup(String, String)

Initializes a new instance of the ActionGroup class using a display name and a long description as parameters.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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