Share via


IOfficeEntryPoint Members

Include Protected Members
Include Inherited Members

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

The IOfficeEntryPoint type exposes the following members.

Methods

  Name Description
Public method FinishInitialization 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.)
Public method Initialize 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.)
Public method InitializeDataBindings When implemented in a derived class, this method performs initializations that can only happen after the Initialize method has been called. (Inherited from IEntryPoint.)
Public method OnShutdown 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

See Also

Reference

IOfficeEntryPoint Interface

Microsoft.VisualStudio.Tools.Office Namespace