IEntryPoint Interface (2007 System)

Provides a handle to the add-in for the host application, enables you to provide discrete initialization steps for an add-in, and enables you to release resources when an add-in shuts down.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)

Syntax

'Declaration
<AddInBaseAttribute> _
Public Interface IEntryPoint
'Usage
Dim instance As IEntryPoint
[AddInBaseAttribute]
public interface IEntryPoint
[AddInBaseAttribute]
public interface class IEntryPoint
public interface IEntryPoint

See Also

Reference

IEntryPoint Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace