Partager via


DeleteSolutionConfiguration(String) Constructor

Definition

Initializes a new instance of the DeleteSolutionConfiguration class.

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

Parameters

solutionConfigurationName
String

The name of the profile to remove.

Attributes
Newtonsoft.Json.JsonConstructorAttribute

Applies to