Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.