VisualStudioServices.VS2022_6Services.DiagnosticViewerService Property

Definition

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

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

Property Value

Applies to