IAddInExtension.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 extends a feature in a Microsoft Office application.
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
- serviceGuid
- Guid
A Guid that identifies an extensibility interface that is supported by Microsoft Office applications.
Returns
An object that implements the extensibility interface that is identified by serviceGuid
.
Remarks
For more information about this method, see Microsoft.Office.Tools.AddInBase.RequestService.