VisualStudioServices.VS2022_6Services.DiagnosticManagerService Property

Definition

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

public override Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.IDiagnosticManagerService> DiagnosticManagerService { get; }
member this.DiagnosticManagerService : Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.IDiagnosticManagerService>
Public Overrides ReadOnly Property DiagnosticManagerService As ServiceJsonRpcDescriptor(Of IDiagnosticManagerService)

Property Value

Applies to