IVsCustomWorkspaceService2 Interface

Definition

Extended functionality of IVsCustomWorkspaceService which allows for more workspace open customization.

public interface class IVsCustomWorkspaceService2 : Microsoft::VisualStudio::Workspace::VSIntegration::IVsCustomWorkspaceService
public interface IVsCustomWorkspaceService2 : Microsoft.VisualStudio.Workspace.VSIntegration.IVsCustomWorkspaceService
type IVsCustomWorkspaceService2 = interface
    interface IVsCustomWorkspaceService
Public Interface IVsCustomWorkspaceService2
Implements IVsCustomWorkspaceService
Derived
Implements

Methods

CreateDefaultFactoryProviders()

Return the default factory providers

(Inherited from IVsCustomWorkspaceService)
OpenWorkspaceAsync(String, Boolean, Boolean, IndexElement, VsWorkspaceFactoryProviders)

Create a custom workspace to be displayed in VS

(Inherited from IVsCustomWorkspaceService)
OpenWorkspaceAsync(String, CustomWorkspaceArguments)

Create a custom workspace to be displayed in VS

Applies to