ActionGroup Constructor (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.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public ActionGroup(
string displayName,
string description,
int imageIndex,
object tag
)
public:
ActionGroup(
String^ displayName,
String^ description,
int imageIndex,
Object^ tag
)
new :
displayName:string *
description:string *
imageIndex:int *
tag:Object -> ActionGroup
Public Sub New (
displayName As String,
description As String,
imageIndex As Integer,
tag As Object
)
Parameters
displayName
Type: System.StringThe display name for the action group.
description
Type: System.StringThe long description for the action group.
imageIndex
Type: System.Int32Index to the image for the action group.
tag
Type: System.ObjectUser-defined data.
See Also
ActionGroup Overload
ActionGroup Class
Microsoft.ManagementConsole Namespace
Return to top