Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Communicates with a host adapter by using contracts.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0.dll)
Syntax
'Declaration
<AddInAdapterAttribute> _
Public Class AddInAdapter _
Inherits ContractBase _
Implements IEntryPointContract2, IContract
'Usage
Dim instance As AddInAdapter
[AddInAdapterAttribute]
public class AddInAdapter : ContractBase,
IEntryPointContract2, IContract
[AddInAdapterAttribute]
public ref class AddInAdapter : public ContractBase,
IEntryPointContract2, IContract
public class AddInAdapter extends ContractBase implements IEntryPointContract2, IContract
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.AddIn.Pipeline.ContractBase
Microsoft.VisualStudio.Tools.Applications.AddInAdapter
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.