System.Windows.Markup Names ...


.NET Framework Class Library
ValueSerializerAttribute Class

Specifies which ValueSerializer class to use for a particular type or overrides which ValueSerializer to use for a property.

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

Visual Basic (Declaration)
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Method Or AttributeTargets.Property Or AttributeTargets.Interface, AllowMultiple := False,  _
    Inherited := True)> _
Public NotInheritable Class ValueSerializerAttribute _
    Inherits Attribute
Visual Basic (Usage)
Dim instance As ValueSerializerAttribute
C#
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Interface, AllowMultiple = false, 
    Inherited = true)]
public sealed class ValueSerializerAttribute : Attribute
Visual C++
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Struct|AttributeTargets::Enum|AttributeTargets::Method|AttributeTargets::Property|AttributeTargets::Interface, AllowMultiple = false, 
    Inherited = true)]
public ref class ValueSerializerAttribute sealed : public Attribute
JScript
public final class ValueSerializerAttribute extends Attribute
XAML
You cannot directly create an instance of this class in XAML.
Remarks

A ValueSerializer can be associated with an attached property by applying the ValueSerializerAttribute attribute on the static accessor method for the attached property.

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    System.Windows.Markup..::.ValueSerializerAttribute
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Other Resources

Tags :


Page view tracker