IVSMDDesignerService.CreateDesignerLoader Method
Creates an uninitialized designer loader.
Namespace: Microsoft.VisualStudio.Designer.Interfaces
Assembly: Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)
Syntax
'Dichiarazione
Function CreateDesignerLoader ( _
pwszCodeStreamClass As String _
) As Object
'Utilizzo
Dim instance As IVSMDDesignerService
Dim pwszCodeStreamClass As String
Dim returnValue As Object
returnValue = instance.CreateDesignerLoader(pwszCodeStreamClass)
Object CreateDesignerLoader(
string pwszCodeStreamClass
)
Object^ CreateDesignerLoader(
[InAttribute] String^ pwszCodeStreamClass
)
abstract CreateDesignerLoader :
pwszCodeStreamClass:string -> Object
function CreateDesignerLoader(
pwszCodeStreamClass : String
) : Object
Parameters
- pwszCodeStreamClass
Type: System.String
The type name of the loader class.
Return Value
Type: System.Object
The IVSMDDesignerLoader.
Remarks
The caller must initialize the loader before it can be used. Loaders are typically initialized by calling Initialize.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.