XamlMember::ValueSerializer Property
.NET Framework (current version)
Gets a XamlValueConverter<TConverterBase> object, which is used for value serialization of XAML declared objects.
Assembly: System.Xaml (in System.Xaml.dll)
public: property XamlValueConverter<ValueSerializer^>^ ValueSerializer { XamlValueConverter<ValueSerializer^>^ get(); }
Property Value
Type: System.Xaml.Schema::XamlValueConverter<ValueSerializer^>^A XamlValueConverter<TConverterBase> with ValueSerializer constraint on the generic.
Calling ValueSerializer invokes LookupValueSerializer or a specific override of that method. This behavior occurs when the initial internal reflection logic has not already set the information.
Not all cases that return a non-null property value for ValueSerializer are necessarily a working ValueSerializer. See Remarks in TypeConverter; the same considerations apply to ValueSerializer.
.NET Framework
Available since 4.0
Available since 4.0
Show: