IDocumentExtension.RequestService(Guid) Method
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.
Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.
public:
System::Object ^ RequestService(Guid serviceGuid);
public object RequestService (Guid serviceGuid);
abstract member RequestService : Guid -> obj
Public Function RequestService (serviceGuid As Guid) As Object
Parameters
Returns
For more information about this method, see RequestService(Guid).