Delen via


IExtendedEntryPoint Members (2007 System)

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

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

GetEntryPointObject

Returns a reference to the add-in object.

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

IExtendedEntryPoint Interface

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace