XamlType::LookupContentWrappers Method ()
.NET Framework (current version)
Namespace:
System.Xaml
Assembly: System.Xaml (in System.Xaml.dll)
Return to top
Assembly: System.Xaml (in System.Xaml.dll)
A content wrapper is a class that represents the content collection type when the types that are used in that collection are not contiguous to the type system. The types of collection items for the content wrapper are expected to be limited in some manner beyond Object or a neutral object equivalent. However, this limitation is only enforced by the design or purpose of the properties that use that type, and not by the type system. More than one content wrapper can exist on a type.
For an example class and scenario from the WPF XAML implementation, see InlineCollection.
.NET Framework
Available since 4.0
Available since 4.0
Show: