ISolutionWorkspaceService2 Interface

Definition

Caution

Obsolete as of Visual Studio 2019.

A Solution workspace service to be available on workspace contexts

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

Properties

InvalidProjects

Gets paths to all the invalid projects in the solution.

SolutionFilePath

The solution file path

(Inherited from ISolutionWorkspaceService)

Methods

IsProjectFileValid(String)

Checks if the file represents a valid project that can be opened in Visual Studio.

Applies to