EntryPointHostAdapter.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 TypeInfrastructureManager.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.HostAdapter.v9.0.dll)
Syntax
'Declaration
Protected ReadOnly Property TypeInfrastructureManager As TypeInfrastructureManager
'Usage
Dim value As TypeInfrastructureManager
value = Me.TypeInfrastructureManager
protected TypeInfrastructureManager TypeInfrastructureManager { get; }
protected:
property TypeInfrastructureManager^ TypeInfrastructureManager {
TypeInfrastructureManager^ get ();
}
protected function get TypeInfrastructureManager () : TypeInfrastructureManager
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.TypeInfrastructureManager
The TypeInfrastructureManager for the host adapter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.