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

    The display name for the action group.

  • description
    Type: System.String

    The long description for the action group.

  • imageIndex
    Type: System.Int32

    Index to the image for the action group.

See Also

ActionGroup Overload
ActionGroup Class
Microsoft.ManagementConsole Namespace

Return to top