Share via


ISolutionBuildConfigurationContext Interface

Definition

Caution

Obsolete as of Visual Studio 2019.

Build configuration context with MSBuild solution context

public interface class ISolutionBuildConfigurationContext : Microsoft::VisualStudio::Workspace::Build::IBuildConfigurationContext
public interface class ISolutionBuildConfigurationContext : Microsoft::VisualStudio::Workspace::Build::IBuildConfigurationContext
__interface ISolutionBuildConfigurationContext : Microsoft::VisualStudio::Workspace::Build::IBuildConfigurationContext
public interface ISolutionBuildConfigurationContext : Microsoft.VisualStudio.Workspace.Build.IBuildConfigurationContext
[System.Obsolete("Obsolete as of Visual Studio 2019.")]
public interface ISolutionBuildConfigurationContext : Microsoft.VisualStudio.Workspace.Build.IBuildConfigurationContext
type ISolutionBuildConfigurationContext = interface
    interface IBuildConfigurationContext
[<System.Obsolete("Obsolete as of Visual Studio 2019.")>]
type ISolutionBuildConfigurationContext = interface
    interface IBuildConfigurationContext
Public Interface ISolutionBuildConfigurationContext
Implements IBuildConfigurationContext
Attributes
Implements

Properties

BuildConfiguration

Configuration setting context

(Inherited from IBuildConfigurationContext)
SolutionBuildConfiguration

The solution build configuration

Applies to