ContentWrapperAttribute::ContentWrapper Property

 

Gets the type that is declared as a content wrapper for the collection type associated with this attribute.

Namespace:   System.Windows.Markup
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property Type^ ContentWrapper {
	Type^ get();
}

Property Value

Type: System::Type^

The type that is declared as a content wrapper for the collection type.

.NET Framework
Available since 3.0
Return to top
Show: