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.
Extends IMultipleEntryPoint to enable the host application to specify and invoke multiple entry points in the 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 IExtendedMultipleEntryPoint _
Inherits IMultipleEntryPoint, IExtendedEntryPoint, IEntryPoint
'Usage
Dim instance As IExtendedMultipleEntryPoint
public interface IExtendedMultipleEntryPoint : IMultipleEntryPoint,
IExtendedEntryPoint, IEntryPoint
public interface class IExtendedMultipleEntryPoint : IMultipleEntryPoint,
IExtendedEntryPoint, IEntryPoint
public interface IExtendedMultipleEntryPoint extends IMultipleEntryPoint, IExtendedEntryPoint, IEntryPoint
Remarks
Extended views offer bidirectional querying of objects from add-in to host and vice versa.