IVsSolutionMSBuildProjectServiceFactory Interface

Definition

Caution

Obsolete as of Visual Studio 2019.

Interface IVsSolutionMSBuildProjectServiceFactory

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

Methods

GetMSBuildProjectDataServiceAsync(String, String, IDictionary<String,String>)

Gets the MsBuild project data service for a particular configuration.

If the parameter passed is null, then the service for active configuration is returned.

Applies to