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 | |
---|---|---|
BeginInit | ||
EndInit | ||
FinishInitialization | ||
Initialize | ||
InitializeDataBindings | ||
OnShutdown | ||
OnStartup |
Top