VisualStudioServices.VS2019_4Services Class

Definition

Enumerates the services available in Visual Studio 2019 Update 4.

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

Constructors

VisualStudioServices.VS2019_4Services()

Initializes a new instance of the VisualStudioServices.VS2019_4Services class.

Properties

BuildService

Gets the ServiceRpcDescriptor for the open document service. Use the IBuildService 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.

OutputChannelStore

Gets the ServiceRpcDescriptor for the output channel store service. Use the IOutputChannelStore 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.

SettingsManager

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

Applies to