Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Creates a new instance of the TypeInfrastructureManager class that has an empty type map.
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 Shared Function CreateEmptyTypeInfrastructureManager As TypeInfrastructureManager
'Usage
Dim returnValue As TypeInfrastructureManager
returnValue = TypeInfrastructureManager.CreateEmptyTypeInfrastructureManager()
public static TypeInfrastructureManager CreateEmptyTypeInfrastructureManager()
public:
static TypeInfrastructureManager^ CreateEmptyTypeInfrastructureManager()
public static function CreateEmptyTypeInfrastructureManager() : TypeInfrastructureManager
Return Value
Type: Microsoft.VisualStudio.Tools.Applications.TypeInfrastructureManager
A type infrastructure manager that has an empty type map.
See Also
Reference
TypeInfrastructureManager Class
TypeInfrastructureManager Members