AppInfoDocumentAddInAdapter Class
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
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 AppInfoDocumentAddInAdapter _
Inherits ContractBase _
Implements IAppInfoDocumentContract, IAppInfoContract, IContract
'Usage
Dim instance As AppInfoDocumentAddInAdapter
[AddInAdapterAttribute]
public class AppInfoDocumentAddInAdapter : ContractBase,
IAppInfoDocumentContract, IAppInfoContract, IContract
[AddInAdapterAttribute]
public ref class AppInfoDocumentAddInAdapter : public ContractBase,
IAppInfoDocumentContract, IAppInfoContract, IContract
public class AppInfoDocumentAddInAdapter extends ContractBase implements IAppInfoDocumentContract, IAppInfoContract, IContract
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.AddIn.Pipeline.ContractBase
Microsoft.VisualStudio.Tools.Applications.AppInfoDocumentAddInAdapter
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.