ContractAdapterBase Constructor

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the ContractAdapterBase class.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
Protected Sub New ( _
    typeInfrastructureManager As TypeInfrastructureManager _
)
'Usage
Dim typeInfrastructureManager As TypeInfrastructureManager 

Dim instance As New ContractAdapterBase(typeInfrastructureManager)
protected ContractAdapterBase(
    TypeInfrastructureManager typeInfrastructureManager
)
protected:
ContractAdapterBase(
    TypeInfrastructureManager^ typeInfrastructureManager
)
protected function ContractAdapterBase(
    typeInfrastructureManager : TypeInfrastructureManager
)

Parameters

See Also

Reference

ContractAdapterBase Class

ContractAdapterBase Members

Microsoft.VisualStudio.Tools.Applications Namespace