Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.