XamlCollectionKind Enum

Definition

Describes the collection metaphor (if any) used by a XAML member.

public enum XamlCollectionKind
Inheritance
XamlCollectionKind

Fields

Name Value Description
None 0

XAML member does not support a collection.

Collection 1

XAML member supports a list or a collection.

Dictionary 2

XAML member supports a dictionary (key-value pairs).

Array 3

XAML member supports an array collection.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9