XamlCollectionKind 枚举
定义
描述 XAML 成员使用的集合形式(如果有)。Describes the collection metaphor (if any) used by a XAML member.
public enum class XamlCollectionKind
public enum XamlCollectionKind
type XamlCollectionKind =
Public Enum XamlCollectionKind
- 继承
字段
Array | 3 | XAML 成员支持数组集合。XAML member supports an array collection. |
Collection | 1 | XAML 成员支持列表或集合。XAML member supports a list or a collection. |
Dictionary | 2 | XAML 成员支持字典(键值对)。XAML member supports a dictionary (key-value pairs). |
None | 0 | XAML 成员不支持集合。XAML member does not support a collection. |