VisualStudioServices.VS2022Services.MissingComponentRegistrationService 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 missing component registration service. Use the IMissingComponentRegistrationService interface for the client proxy for this service.
public:
virtual property Microsoft::ServiceHub::Framework::ServiceJsonRpcDescriptor ^ MissingComponentRegistrationService { Microsoft::ServiceHub::Framework::ServiceJsonRpcDescriptor ^ get(); };
public virtual Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor MissingComponentRegistrationService { get; }
member this.MissingComponentRegistrationService : Microsoft.ServiceHub.Framework.ServiceJsonRpcDescriptor
Public Overridable ReadOnly Property MissingComponentRegistrationService As ServiceJsonRpcDescriptor