Share via


WorkspaceServiceHelper Class

Definition

IWorkspace service helpers Contains method to access IWorkspace based services

public ref class WorkspaceServiceHelper abstract sealed
public ref class WorkspaceServiceHelper abstract sealed
class WorkspaceServiceHelper abstract sealed
public static class WorkspaceServiceHelper
type WorkspaceServiceHelper = class
Public Module WorkspaceServiceHelper
Inheritance
WorkspaceServiceHelper

Methods

GetAssetsManager(IWorkspace)

Get the shared access control service

GetBuildMessageService(IWorkspace)

Return the build message service from a workspace

GetBuildService(IWorkspace)

Return the build service from a workspace

GetBuildService2(IWorkspace)

Return the IBuildService2 from a workspace

GetBuildService3(IWorkspace)

Return the IBuildService3 from a workspace

GetCustomContextService(IWorkspace)

Return the ICustomContextService service

GetFileWatcherService(IWorkspace)

Get the IFileSystemChanged service for a workspace

GetFindFilesService(IWorkspace)

Get the IFindFilesService service for a workspace

GetIndexWorkspaceDataService(IWorkspace)

Get the IIndexWorkspaceDataService for a workspace instance

GetIndexWorkspaceService(IWorkspace)

Get the IIndexWorkspaceService for a workspace instance

GetProjectConfigurationServiceAsync(IWorkspace)

Return the IProjectConfigurationManager service

GetPropertyEvaluatorServiceAsync(IWorkspace)

Return the IPropertyEvaluatorService service

GetService<T>(IWorkspace, Boolean)

Get a service type from a workspace

GetServiceAsync<T>(IWorkspace, Boolean)

Get a service type from a workspace using the async pattern

GetSettingsManager(IWorkspace)

Get the IWorkspaceSettingsManager service for a workspace

GetUINodeOperationEventServiceAsync(IWorkspace)

Get the IUINodeOperationEventService for a workspace instance

Applies to