VisualStudioServices.VS2022_6Services.DiagnosticViewerService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)