DesignerSerializerAttribute Constructor (String^, Type^)

 

Initializes a new instance of the DesignerSerializerAttribute class.

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

public:
DesignerSerializerAttribute(
	String^ serializerTypeName,
	Type^ baseSerializerType
)

Parameters

serializerTypeName
Type: System::String^

The fully qualified name of the data type of the serializer.

baseSerializerType
Type: System::Type^

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
Return to top
Show: