AddInAdapter.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 for this add-in.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.AddInAdapter.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
A TypeInfrastructureManager that contains type maps and holds a reference to the infrastructure service provider for the add-in.

See Also

Reference

AddInAdapter Class

AddInAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace