Share via


RemoveLaunchProfile(String) Constructor

Definition

Initializes a new instance of the RemoveLaunchProfile class.

[Newtonsoft.Json.JsonConstructor]
public RemoveLaunchProfile (string profileName);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RemoveLaunchProfile : string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RemoveLaunchProfile
Public Sub New (profileName As String)

Parameters

profileName
String

The name of the profile to remove.

Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to