ContractAdapterBase.TypeInfrastructureManager Property
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Gets the type infrastructure manager that contains the type maps and the service provider for the current ContractAdapterBase.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property TypeInfrastructureManager As TypeInfrastructureManager
'Usage
Dim instance As ContractAdapterBase
Dim value As TypeInfrastructureManager
value = instance.TypeInfrastructureManager
[BrowsableAttribute(false)]
public TypeInfrastructureManager TypeInfrastructureManager { get; }
[BrowsableAttribute(false)]
public:
property TypeInfrastructureManager^ TypeInfrastructureManager {
TypeInfrastructureManager^ get ();
}
public function get TypeInfrastructureManager () : TypeInfrastructureManager
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.TypeInfrastructureManager
The type infrastructure manager that contains the type maps and the service provider for the current ContractAdapterBase.