Udostępnij za pośrednictwem


IExtendedMultipleEntryPoint Interface

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.

See Also

Reference

IExtendedMultipleEntryPoint Members

Microsoft.VisualStudio.Tools.Applications Namespace