Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.