IMultipleEntryPoint Interface
Represents a view that can be used to specify multiple entry points in an add-in.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0.dll)
Syntax
'Declaration
Public Interface IMultipleEntryPoint _
Inherits IEntryPoint
'Usage
Dim instance As IMultipleEntryPoint
public interface IMultipleEntryPoint : IEntryPoint
public interface class IMultipleEntryPoint : IEntryPoint
public interface IMultipleEntryPoint extends IEntryPoint
Remarks
Multiple entry points undergo phased initialization, just as with a single entry point.