AddIn Members (2007 System)
Include Protected Members
Include Inherited Members
Provides core functionality for an add-in for a Microsoft Office application.
The AddIn type exposes the following members.
Constructors
Name
Description
Infrastructure. Overloaded.
Top
Methods
Name
Description
Infrastructure.
(Inherited from RemoteComponent.)
CreateRibbonExtensibilityObject
Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.
Returns an array of OfficeRibbon objects to the CreateRibbonExtensibilityObject method.
Overloaded.
Infrastructure.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
(Inherited from RemoteComponent.)
(Inherited from EntryPointComponentBase.)
Serves as a hash function for a particular type. (Inherited from Object.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Gets the type of the current instance. (Inherited from Object.)
Infrastructure. (Overrides EntryPointComponentBase.Initialize().)
(Inherited from RemoteComponent.)
(Inherited from EntryPointComponentBase.)
Creates a shallow copy of the current Object. (Inherited from Object.)
(Inherited from EntryPointBindableComponentBase.)
Infrastructure. (Overrides EntryPointComponentBase.OnShutdown().)
Infrastructure. (Overrides EntryPointComponentBase.OnStartup().)
RequestComAddInAutomationService
Returns an object in your add-in that can be used by other solutions.
Returns an object that extends a feature in the 2007 Microsoft Office system.
(Inherited from RemoteComponent.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
(Inherited from EntryPointBindableComponentBase.)
(Inherited from RemoteComponent.)
(Inherited from EntryPointBindableComponentBase.)
(Inherited from EntryPointBindableComponentBase.)
(Inherited from EntryPointComponentBase.)
(Inherited from EntryPointBindableComponentBase.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
(Inherited from RemoteComponent.)
Top
Events
Name
Description
(Inherited from EntryPointBindableComponentBase.)
(Inherited from RemoteComponent.)
Occurs when the add-in is about to be unloaded.
Occurs when the add-in is loaded, after all the initialization code in the assembly has run.
Top
Explicit Interface Implementations
Name
Description
IEntryPoint.FinishInitialization
(Inherited from EntryPointComponentBase.)
(Inherited from EntryPointComponentBase.)
ISupportInitializeControl.InitializeControl
Infrastructure.
IEntryPoint.InitializeDataBindings
(Inherited from EntryPointComponentBase.)
(Inherited from EntryPointComponentBase.)
IComAddInAutomationServiceProviderCallback.RequestComAddInAutomationService
Infrastructure.
IServiceProviderCallback.RequestService
Infrastructure.
Top