XamlMember::LookupDeferringLoader Method ()
.NET Framework (current version)
Returns a XamlValueConverter<TConverterBase> object, which is used for deferred loading of XAML declared objects.
Assembly: System.Xaml (in System.Xaml.dll)
Return Value
Type: System.Xaml.Schema::XamlValueConverter<XamlDeferringLoader^>^A XamlValueConverter<TConverterBase> that has a XamlDeferringLoader constraint on the generic.
This method is invoked when a caller gets a value from the DeferringLoader property. Override this method if you want DeferringLoader to return a value that differs from the value that is enabled by default internal reflection, and if you are also providing custom XamlMemberInvoker information.
The default implementation returns an object either by reading XamlDeferLoadAttribute or using a XamlDeferringLoader from the declaring type. If neither object is available, this method might return null.
.NET Framework
Available since 4.0
Available since 4.0
Show: