VisualStudioServices.VS2019_9Services.SolutionService 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 solution service. Use the ISolutionService interface for the client proxy for this service.
public:
virtual property Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ SolutionService { Microsoft::ServiceHub::Framework::ServiceRpcDescriptor ^ get(); };
public override Microsoft.ServiceHub.Framework.ServiceRpcDescriptor SolutionService { get; }
member this.SolutionService : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Overrides ReadOnly Property SolutionService As ServiceRpcDescriptor