VisualStudioServices.VS2019_7Services.DiagnosticManagerService 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 manager service. Use the IDiagnosticManagerService interface for the client proxy for this service.
public:
virtual property Microsoft::ServiceHub::Framework::ServiceJsonRpcDescriptor<Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::IDiagnosticManagerService ^> ^ DiagnosticManagerService { Microsoft::ServiceHub::Framework::ServiceJsonRpcDescriptor<Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::IDiagnosticManagerService ^> ^ get(); };
public virtual Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.IDiagnosticManagerService> DiagnosticManagerService { get; }
member this.DiagnosticManagerService : Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.IDiagnosticManagerService>
Public Overridable ReadOnly Property DiagnosticManagerService As ServiceJsonRpcDescriptor(Of IDiagnosticManagerService)