Indicates the base serializer to use for a root designer object. This class cannot be inherited.
For a list of all members of this type, see RootDesignerSerializerAttribute Members.
System.Object
System.Attribute
System.ComponentModel.Design.Serialization.RootDesignerSerializerAttribute
[Visual Basic] <AttributeUsage(AttributeTargets.Class Or _ AttributeTargets.Interface)> NotInheritable Public Class RootDesignerSerializerAttribute Inherits Attribute [C#] [AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface)] public sealed class RootDesignerSerializerAttribute : Attribute [C++] [AttributeUsage(AttributeTargets::Class | AttributeTargets::Interface)] public __gc __sealed class RootDesignerSerializerAttribute : public Attribute [JScript] public AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface) class RootDesignerSerializerAttribute extends Attribute
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
RootDesignerSerializerAttribute indicates the serializer to use when the serialization manager serializes the design document, and whether the specified serializer supports automatic reloading of the design document without first completely disposing of the document.
This attribute contains the following significant members:
Namespace: System.ComponentModel.Design.Serialization
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)
RootDesignerSerializerAttribute Members | System.ComponentModel.Design.Serialization Namespace | DesignerSerializerAttribute