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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.