VisualStudioServices.VS2022Services.CommandSetProviderServiceTemplateV1 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 services implementing the ICommandSetProvider. This descriptor should never be sued directly but should instead be used as a template where the ServiceMoniker is replaced by the specific instance of this type of service that is being requested. Use the ICommandSetProvider interface for the client proxy for this service.
public virtual Microsoft.ServiceHub.Framework.ServiceRpcDescriptor CommandSetProviderServiceTemplateV1 { get; }
member this.CommandSetProviderServiceTemplateV1 : Microsoft.ServiceHub.Framework.ServiceRpcDescriptor
Public Overridable ReadOnly Property CommandSetProviderServiceTemplateV1 As ServiceRpcDescriptor