AppManifest.EntryPoints Property (2003 System)

Gets the collection of EntryPoint objects for the Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution.

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

Syntax

'Declaration
Public ReadOnly Property EntryPoints As EntryPointCollection
'Usage
Dim instance As AppManifest
Dim value As EntryPointCollection

value = instance.EntryPoints
public EntryPointCollection EntryPoints { get; }

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.Runtime.EntryPointCollection
An EntryPointCollection that contains the EntryPoint objects for the Visual Studio Tools for Office solution.

Remarks

An EntryPoint identifies a class that should be invoked when the Visual Studio Tools for Office solution is run.

Permissions

See Also

Reference

AppManifest Class

AppManifest Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace