ArraySettingContent.Items 属性

定义

数组项属性值。 Null 表示“还原为默认值”。 如果为非 null,则此列表包含数组中每个项的一个元素。 每个元素都是一个字典,数组项属性名字对象作为键,数组项属性值作为值。 字典可能不完整,缺少为此数组的项注册的某些属性;这些属性将保留该项的默认值。

public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyDictionary<string,object>>? Items { get; init; }
member this.Items : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IReadOnlyDictionary<string, obj>> with get, set
Public Property Items As IReadOnlyList(Of IReadOnlyDictionary(Of String, Object))

属性值

适用于