Partager via


Link Constructor (String, String, String, String, String, ImageList, Guid)

 

Initializes a new instance of the Link class with link and ShellExecute information.

Namespace:   Microsoft.WindowsServerSolutions.Common.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

public Link(
    string title,
    string description,
    string shellExecPath,
    string argumentFormatString,
    string imagePath,
    ImageList imageList,
    Guid id
)
public:
Link(
    String^ title,
    String^ description,
    String^ shellExecPath,
    String^ argumentFormatString,
    String^ imagePath,
    ImageList^ imageList,
    Guid id
)
Public Sub New (
    title As String,
    description As String,
    shellExecPath As String,
    argumentFormatString As String,
    imagePath As String,
    imageList As ImageList,
    id As Guid
)

Parameters

  • shellExecPath
    Type: System.String

    The ShellExecute path for the link.

  • argumentFormatString
    Type: System.String

    The command-line arguments to use with the shellExecPath parameter.

  • id
    Type: System.Guid

    The global identifier of the link.

See Also

Link Overload
Link Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top