RenameLaunchProfile(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 RenameLaunchProfile class.
[Newtonsoft.Json.JsonConstructor]
public RenameLaunchProfile (string currentProfileName, string newProfileName);
[<Newtonsoft.Json.JsonConstructor>]
new Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameLaunchProfile : string * string -> Microsoft.VisualStudio.ProjectSystem.Query.Framework.Actions.RenameLaunchProfile
Public Sub New (currentProfileName As String, newProfileName As String)
Parameters
- currentProfileName
- String
The current name of the profile to rename.
- newProfileName
- String
The new name to assign to the profile.
- Attributes
-
Newtonsoft.Json.JsonConstructorAttribute