IVSMDDesignerService::CreateDesignerLoader Method (String^)
Visual Studio 2015
Creates an uninitialized designer loader.
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Parameters
- pwszCodeStreamClass
-
Type:
System::String^
The type name of the loader class.
The caller must initialize the loader before it can be used. Loaders are typically initialized by calling Initialize.
Show: