TypeInfrastructureManager Class

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

Contains the type maps for a set of adapters that are associated with a specific service provider.

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

Syntax

'Declaration
Public NotInheritable Class TypeInfrastructureManager _
    Implements IDisposable
'Usage
Dim instance As TypeInfrastructureManager
public sealed class TypeInfrastructureManager : IDisposable
public ref class TypeInfrastructureManager sealed : IDisposable
public final class TypeInfrastructureManager implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.TypeInfrastructureManager

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.

See Also

Reference

TypeInfrastructureManager Members

Microsoft.VisualStudio.Tools.Applications Namespace