VisualStudioServices.VS2019_8Services Class

Definition

Enumerates the services available in Visual Studio 2019 Update 8.

public: ref class VisualStudioServices::VS2019_8Services : Microsoft::VisualStudio::VisualStudioServices::VS2019_7Services
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class VisualStudioServices.VS2019_8Services : Microsoft.VisualStudio.VisualStudioServices.VS2019_7Services
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type VisualStudioServices.VS2019_8Services = class
    inherit VisualStudioServices.VS2019_7Services
Public Class VisualStudioServices.VS2019_8Services
Inherits VisualStudioServices.VS2019_7Services
Inheritance
Derived
Attributes

Constructors

VisualStudioServices.VS2019_8Services()

Initializes a new instance of the VisualStudioServices.VS2019_8Services class.

Properties

BuildService

Gets the ServiceRpcDescriptor for the open document service. Use the IBuildService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_7Services)
ConnectedWorkspaceService

Gets the ServiceRpcDescriptor for the connected workspace service. Use the IConnectedWorkspaceService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_6Services)
ContextRuleMonitorService

Gets the ServiceRpcDescriptor for the context rule monitoring service. Use the IContextRuleMonitorService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_7Services)
DiagnosticManagerService

Gets the ServiceRpcDescriptor for the diagnostic manager service. Use the IDiagnosticManagerService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_7Services)
DiagnosticViewerService

Gets the ServiceRpcDescriptor for the diagnostic viewer service. Use the IDiagnosticViewerService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_7Services)
ExtensionMetadataService

Gets the ServiceRpcDescriptor for the extension metadata service. Use the IExtensionMetadataService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_6Services)
FileSystem

Gets the ServiceRpcDescriptor for the file system service. Use the IFileSystem interface for the client proxy for this service.

FileSystemAuthorizationService

Gets the ServiceRpcDescriptor for the context rule monitoring service. Use the IFileSystemAuthorizationService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_7Services)
OpenDocumentService

Gets the ServiceRpcDescriptor for the open document service. Use the IOpenDocumentService interface for the client proxy for this service.

OutputChannelStore

Gets the ServiceRpcDescriptor for the output channel store service. Use the IOutputChannelStore interface for the client proxy for this service.

ProjectFileInvisibleEditorTracker

Gets the ServiceRpcDescriptor for the profile file invisible editor service. Use the IProjectFileInvisibleEditorTracker interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_6Services)
ReducedFunctionalityReportingService

Gets the ServiceRpcDescriptor for the service to report missing brokered services to. Use the IReducedFunctionalityReportingService interface for the client proxy for this service.

RemoteBrokeredServiceManifest

Gets the ServiceRpcDescriptor for the manifest service which discloses information about services available at a remote source. Use the IBrokeredServiceManifest interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_4Services)
SettingsManager

Gets the ServiceRpcDescriptor for the settings manager service. Use the ISettingsManager3 interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_4Services)
SingleFileGenerator

Gets the ServiceRpcDescriptor for the single file generator. Use the ISingleFileGenerator interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_5Services)
SolutionService

Gets the ServiceRpcDescriptor for the solution service. Use the ISolutionService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_7Services)
VersionInfoService

Gets the ServiceRpcDescriptor for the version info service. This service is available on a Live Share guest or Codespace client and provides version information regarding the Live Share host or Codespace server. Use the IVersionInfoService interface for the client proxy for this service.

(Inherited from VisualStudioServices.VS2019_6Services)

Methods

CreateFileSystemProviderServiceDescriptor(ServiceMoniker)

Creates a ServiceRpcDescriptor for an extension to the FileSystem service. An extension to the FileSystem service must implement IFileSystemProvider and can optionally implement IRemoteFileSystemProvider.

(Inherited from VisualStudioServices.VS2019_6Services)

Applies to