ValueSerializerAttribute Constructor (String^)

 

Initializes a new instance of the ValueSerializerAttribute class, using an assembly qualified type name string.

Namespace:   System.Windows.Markup
Assembly:  System (in System.dll)

public:
ValueSerializerAttribute(
	String^ valueSerializerTypeName
)

Parameters

valueSerializerTypeName
Type: System::String^

The assembly qualified type name string for the ValueSerializer class to use.

The assembly qualified type name string is the value of AssemblyQualifiedName for the requested Type.

.NET Framework
Available since 3.0
Return to top
Show: