IVSMDDesignerService::CreateDesignerLoader Method (String^)

 

Creates an uninitialized designer loader.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Object^ CreateDesignerLoader(
	String^ pwszCodeStreamClass
)

Parameters

pwszCodeStreamClass
Type: System::String^

The type name of the loader class.

Return Value

Type: System::Object^

The IVSMDDesignerLoader.

The caller must initialize the loader before it can be used. Loaders are typically initialized by calling Initialize.

Return to top
Show: