EntryPoint Interface

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

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools (in Microsoft.Office.Tools.dll)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("29C3F239-A6FD-430A-944B-0BC8B69701AA")> _
Public Interface EntryPoint
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("29C3F239-A6FD-430A-944B-0BC8B69701AA")]
public interface EntryPoint

The EntryPoint type exposes the following members.

Methods

  Name Description
Public method BeginInit
Public method EndInit
Public method FinishInitialization
Public method Initialize
Public method InitializeDataBindings
Public method OnShutdown
Public method OnStartup

Top

See Also

Reference

Microsoft.Office.Tools Namespace