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