Compartilhar via


LinkLauncherDialog Constructor (String, String, String, String, String)

 

Initializes a new instance of the LinkLauncherDialog class.

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

Syntax

public LinkLauncherDialog(
    string caption,
    string context,
    string dataFilePath,
    string fileExtension,
    string resourcesFileSpec
)
public:
LinkLauncherDialog(
    String^ caption,
    String^ context,
    String^ dataFilePath,
    String^ fileExtension,
    String^ resourcesFileSpec
)
Public Sub New (
    caption As String,
    context As String,
    dataFilePath As String,
    fileExtension As String,
    resourcesFileSpec As String
)

Parameters

  • caption
    Type: System.String

    The caption in the link launcher dialog box.

  • context
    Type: System.String

    The context string for the link launcher.

  • dataFilePath
    Type: System.String

    The path to the link launcher data file.

  • fileExtension
    Type: System.String

    The file name extension of the link launcher data file.

  • resourcesFileSpec
    Type: System.String

    The resource file specification for the link launcher.

See Also

LinkLauncherDialog Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace

Return to top