DefaultSerializationProviderAttribute Class
.NET Framework 3.0
The DefaultSerializationProviderAttribute attribute is placed on a serializer to indicate the class to use as a default provider of that type of serializer.
Namespace: System.ComponentModel.Design.Serialization
Assembly: System (in system.dll)
Assembly: System (in system.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Class, Inherited:=False)> _ Public NotInheritable Class DefaultSerializationProviderAttribute Inherits Attribute 'Usage Dim instance As DefaultSerializationProviderAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, Inherited=false) */ public final class DefaultSerializationProviderAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class, Inherited=false) public final class DefaultSerializationProviderAttribute extends Attribute
Not applicable.
To be a default serialization provider, a class must implement the IDesignerSerializationProvider interface and have an empty constructor. The class itself can be internal to the assembly. This class cannot be inherited.
System.Object
System.Attribute
System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
System.Attribute
System.ComponentModel.Design.Serialization.DefaultSerializationProviderAttribute
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.Community Additions
ADD
Show: