EntryPointCollection Class (2003 System)

Represents a collection of EntryPoint objects.

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

Syntax

'Declaration
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class EntryPointCollection _
    Inherits CollectionBase
'Usage
Dim instance As EntryPointCollection
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class EntryPointCollection : CollectionBase

Remarks

Use the AppManifest.EntryPoints property to obtain an EntryPointCollection for the embedded application manifest in a Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution document.

Inheritance Hierarchy

System.Object
  System.Collections.CollectionBase
    Microsoft.VisualStudio.Tools.Applications.Runtime.EntryPointCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EntryPointCollection Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace