VisualStudioServices.VS2019_6Services Class

Definition

Enumerates the services available in Visual Studio 2019 Update 6.

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

Constructors

VisualStudioServices.VS2019_6Services()

Initializes a new instance of the VisualStudioServices.VS2019_6Services 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_4Services)
ConnectedWorkspaceService

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

ExtensionMetadataService

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

FileSystem

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

OpenDocumentService

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

(Inherited from VisualStudioServices.VS2019_4Services)
OutputChannelStore

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

(Inherited from VisualStudioServices.VS2019_4Services)
ProjectFileInvisibleEditorTracker

Gets the ServiceRpcDescriptor for the profile file invisible editor service. Use the IProjectFileInvisibleEditorTracker 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_5Services)
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.

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.

Applies to