TypeInfrastructureManager.CreateEmptyTypeInfrastructureManager Method
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