Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
CodeDomDesignerLoader Class
Provides the base class for implementing a CodeDOM-based designer loader.

Namespace: System.ComponentModel.Design.Serialization
Assembly: System.Design (in system.design.dll)

Visual Basic (Declaration)
Public MustInherit Class CodeDomDesignerLoader
    Inherits BasicDesignerLoader
    Implements INameCreationService, IDesignerSerializationService
Visual Basic (Usage)
Dim instance As CodeDomDesignerLoader
C#
public abstract class CodeDomDesignerLoader : BasicDesignerLoader, INameCreationService, IDesignerSerializationService
C++
public ref class CodeDomDesignerLoader abstract : public BasicDesignerLoader, INameCreationService, IDesignerSerializationService
J#
public abstract class CodeDomDesignerLoader extends BasicDesignerLoader implements INameCreationService, IDesignerSerializationService
JScript
public abstract class CodeDomDesignerLoader extends BasicDesignerLoader implements INameCreationService, IDesignerSerializationService
XAML
Not applicable.

CodeDomDesignerLoader is an abstract class that provides a full designer loader based on the Code Document Object Model (CodeDOM). You provide the CodeDOM parser and generator, and a type resolution service.

System.Object
   System.ComponentModel.Design.Serialization.DesignerLoader
     System.ComponentModel.Design.Serialization.BasicDesignerLoader
      System.ComponentModel.Design.Serialization.CodeDomDesignerLoader
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker