LaunchProfile(String, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.