Share via


AddIn.IComAddInAutomationServiceProviderCallback.RequestComAddInAutomationService Method (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Private Function RequestComAddInAutomationService As Object 
    Implements IComAddInAutomationServiceProviderCallback.RequestComAddInAutomationService
'Usage
Dim instance As AddIn 
Dim returnValue As Object 

returnValue = CType(instance, IComAddInAutomationServiceProviderCallback).RequestComAddInAutomationService()
Object IComAddInAutomationServiceProviderCallback.RequestComAddInAutomationService()
private:
virtual Object^ RequestComAddInAutomationService() sealed = IComAddInAutomationServiceProviderCallback::RequestComAddInAutomationService
JScript does not support explicit interface implementations.

Return Value

Type: System.Object

Implements

IComAddInAutomationServiceProviderCallback.RequestComAddInAutomationService()

.NET Framework Security

See Also

Reference

AddIn Class

AddIn Members

Microsoft.Office.Tools Namespace