XamlType::IsCollection Property

.NET Framework (current version)
 

Gets a value that indicates whether this XamlType represents a collection.

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

public:
property bool IsCollection {
	bool get();
}

Property Value

Type: System::Boolean

true if this XamlType represents a collection; otherwise, false.

If you do not use the default internal CLR reflection technique for a XamlType, calls to this property can invoke LookupCollectionKind overrides on XamlType derived classes. For more information about return values and other behavior, see the documentation for LookupCollectionKind on this type.

.NET Framework
Available since 4.0
Return to top
Show: