DesignerSerializerAttribute Constructor (String^, String^)
.NET Framework (current version)
Initializes a new instance of the DesignerSerializerAttribute class.
Assembly: System (in System.dll)
public:
DesignerSerializerAttribute(
String^ serializerTypeName,
String^ baseSerializerTypeName
)
Parameters
- serializerTypeName
-
Type:
System::String^
The fully qualified name of the data type of the serializer.
- baseSerializerTypeName
-
Type:
System::String^
The fully qualified name of the base data type of the serializer. Multiple serializers can be supplied for a class as long as the serializers have different base types.
.NET Framework
Available since 1.1
Available since 1.1
Show: