Share via


IVsSolutionWorkspaceNugetService Interface

Definition

Caution

Obsolete as of Visual Studio 2019.

Interface IVsSolutionWorkspaceNugetService

public interface class IVsSolutionWorkspaceNugetService
public interface class IVsSolutionWorkspaceNugetService
__interface IVsSolutionWorkspaceNugetService
[System.Runtime.InteropServices.Guid("F05D17C2-92C7-4B1F-B3BA-CC06364EE076")]
public interface IVsSolutionWorkspaceNugetService
[System.Runtime.InteropServices.Guid("F05D17C2-92C7-4B1F-B3BA-CC06364EE076")]
[System.Obsolete("Obsolete as of Visual Studio 2019.")]
public interface IVsSolutionWorkspaceNugetService
[<System.Runtime.InteropServices.Guid("F05D17C2-92C7-4B1F-B3BA-CC06364EE076")>]
type IVsSolutionWorkspaceNugetService = interface
[<System.Runtime.InteropServices.Guid("F05D17C2-92C7-4B1F-B3BA-CC06364EE076")>]
[<System.Obsolete("Obsolete as of Visual Studio 2019.")>]
type IVsSolutionWorkspaceNugetService = interface
Public Interface IVsSolutionWorkspaceNugetService
Attributes

Methods

GetPackageReferenceDataAsync(String, CancellationToken)

Gets the package reference data included in the project file.

GetPackagesConfigDataAsync(String, CancellationToken)

Gets data stored in the packages.config file included in the project.

GetProjectJsonDataAsync(String, CancellationToken)

Gets data stored in the project.json file included in the project.

Applies to