Bagikan melalui


LaunchProfile(String, String) Constructor

Definition

Initializes a new instance of the LaunchProfile class.

public:
 LaunchProfile(System::String ^ id, System::String ^ displayName);
public LaunchProfile (string id, string displayName);
new Microsoft.VisualStudio.RpcContracts.Build.LaunchProfile : string * string -> Microsoft.VisualStudio.RpcContracts.Build.LaunchProfile
Public Sub New (id As String, displayName As String)

Parameters

id
String

The identity of the launch profile.

displayName
String

The name for the launch profile that is suitable for display to a user.

Applies to