ActionGroup Constructor (String, String, Int32)
Initializes a new instance of the ActionGroup class using a display name, a long description, and an image index as parameters.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ActionGroup(
string displayName,
string description,
int imageIndex
)
public:
ActionGroup(
String^ displayName,
String^ description,
int imageIndex
)
new :
displayName:string *
description:string *
imageIndex:int -> ActionGroup
Public Sub New (
displayName As String,
description As String,
imageIndex As Integer
)
Parameters
displayName
Type: System.StringThe display name for the action group.
description
Type: System.StringThe long description of the action group.
imageIndex
Type: System.Int32Index to the image for the action group.
See Also
ActionGroup Overload
ActionGroup Class
Microsoft.ManagementConsole Namespace
Return to top