XamlCollectionKind 枚举

定义

描述 XAML 成员使用的集合形式(如果有)。

public enum class XamlCollectionKind
public enum XamlCollectionKind
type XamlCollectionKind = 
Public Enum XamlCollectionKind
继承
XamlCollectionKind

字段

Array 3

XAML 成员支持数组集合。

Collection 1

XAML 成员支持列表或集合。

Dictionary 2

XAML 成员支持字典(键值对)。

None 0

XAML 成员不支持集合。

适用于