EntryPointHostAdapter Class
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Represents the host side of the pipeline that enables initial discovery and invocation of the add-in.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0.dll)
Syntax
'Declaration
<HostAdapterAttribute> _
Public Class EntryPointHostAdapter _
Implements IExtendedMultipleEntryPoint, IMultipleEntryPoint, IExtendedEntryPoint, IEntryPoint, _
IDisposable
'Usage
Dim instance As EntryPointHostAdapter
[HostAdapterAttribute]
public class EntryPointHostAdapter : IExtendedMultipleEntryPoint,
IMultipleEntryPoint, IExtendedEntryPoint, IEntryPoint, IDisposable
[HostAdapterAttribute]
public ref class EntryPointHostAdapter : IExtendedMultipleEntryPoint,
IMultipleEntryPoint, IExtendedEntryPoint, IEntryPoint, IDisposable
public class EntryPointHostAdapter implements IExtendedMultipleEntryPoint, IMultipleEntryPoint, IExtendedEntryPoint, IEntryPoint, IDisposable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Tools.Applications.EntryPointHostAdapter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.