ISolutionService Interface

Definition

Caution

Obsolete as of Visual Studio 2019.

Workspace service for MSBuild solution files

public interface class ISolutionService
public interface class ISolutionService
__interface ISolutionService
public interface ISolutionService
[System.Obsolete("Obsolete as of Visual Studio 2019.")]
public interface ISolutionService
type ISolutionService = interface
[<System.Obsolete("Obsolete as of Visual Studio 2019.")>]
type ISolutionService = interface
Public Interface ISolutionService
Attributes

Methods

GetProjectConfigurationAsync(String, String, String)

Return a valid project configuration from a solution configuration

Applies to