Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Extends IEntryPoint to enable the host application to get a handle to the add-in object.
The IExtendedEntryPoint type exposes the following members.
Methods
Name
Description
When implemented in a derived class, this method performs initializations that can only be completed after the InitializeDataBindings method has been called. (Inherited from IEntryPoint.)
Returns a reference to the add-in object.
When implemented in a derived class, this method supplies you with a handle to the host application's IServiceProvider, which can be used to query the host application's object model. (Inherited from IEntryPoint.)
When implemented in a derived class, this method performs initializations that can only happen after the Initialize method has been called. (Inherited from IEntryPoint.)
When implemented in a derived class, this method performs operations that need to be completed before the add-in shuts down. (Inherited from IEntryPoint.)
Top