ValueSerializerAttribute-Klasse
.NET Framework 3.0
Specifies which ValueSerializer class to use for a particular type or overrides which ValueSerializer to use for a property. This class cannot be inherited.
Namespace: System.Windows.Markup
Assembly: WindowsBase (in windowsbase.dll)
XML-Namespaces: http://schemas.microsoft.com/winfx/2006/xaml
Assembly: WindowsBase (in windowsbase.dll)
XML-Namespaces: http://schemas.microsoft.com/winfx/2006/xaml
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Interface, AllowMultiple=false, Inherited=true)] public sealed class ValueSerializerAttribute : Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Interface, AllowMultiple=false, Inherited=true) */ public final class ValueSerializerAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Struct|AttributeTargets.Enum|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Interface, AllowMultiple=false, Inherited=true) public final class ValueSerializerAttribute extends Attribute
Sie können diese verwaltete Klasse nicht in XAML verwenden.