VisualStudioServices.VS2022Services.CommandSetProviderServiceTemplateV1 Property

Definition

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

Property Value

Applies to