IAddInExtension.RequestComAddInAutomationService Method

Definition

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.

Applies to