Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft