IWorkspaceServiceFactory Interface

Definition

A factory that creates instances of a specific IWorkspaceService.

Implement a IWorkspaceServiceFactory when you want to provide IWorkspaceService instances that use other services.

public interface class IWorkspaceServiceFactory
public interface IWorkspaceServiceFactory
type IWorkspaceServiceFactory = interface
Public Interface IWorkspaceServiceFactory

Methods

CreateService(HostWorkspaceServices)

Creates a new IWorkspaceService instance. Returns null if the service is not applicable to the given workspace.

Applies to