IAddInExtension.RequestComAddInAutomationService 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 in the add-in that can be used by other solutions.
public:
System::Object ^ RequestComAddInAutomationService();
public object RequestComAddInAutomationService ();
abstract member RequestComAddInAutomationService : unit -> obj
Public Function RequestComAddInAutomationService () As Object
Returns
An object in the add-in that can be used by other solutions.
Remarks
For more information about this method, see Microsoft.Office.Tools.AddInBase.RequestComAddInAutomationService.