EntryPoint Interface
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Tools
Assemblies: Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
Microsoft.Office.Tools (in Microsoft.Office.Tools.dll)
Microsoft.Office.Tools.Common.v4.0.Utilities (in Microsoft.Office.Tools.Common.v4.0.Utilities.dll)
Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
Syntax
'Declaration
<GuidAttribute("29C3F239-A6FD-430A-944B-0BC8B69701AA")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface EntryPoint
[GuidAttribute("29C3F239-A6FD-430A-944B-0BC8B69701AA")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface EntryPoint
The EntryPoint type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginInit | ||
EndInit | ||
FinishInitialization | ||
Initialize | ||
InitializeDataBindings | ||
OnShutdown | ||
OnStartup |
Top