VisualStudioServices.VS2019_5Services Class

Definition

Enumerates the services available in Visual Studio 2019 Update 5.

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

Constructors

VisualStudioServices.VS2019_5Services()

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

SolutionService

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

Applies to