AddInBase.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.
virtual System::Object ^ Microsoft.Office.Tools.IAddInExtension.RequestService(Guid serviceGuid) = Microsoft::Office::Tools::IAddInExtension::RequestService;
object IAddInExtension.RequestService (Guid serviceGuid);
abstract member Microsoft.Office.Tools.IAddInExtension.RequestService : Guid -> obj
override this.Microsoft.Office.Tools.IAddInExtension.RequestService : Guid -> obj
Function RequestService (serviceGuid As Guid) As Object Implements IAddInExtension.RequestService
Parameters
- serviceGuid
- Guid
Returns
Returns Object.