ArraySettingContent.Items Property

Definition

Array item property values. Null means "revert to default". If non-null, this is a list containing one element per item in the array. Each element is a dictionary with array item property monikers as keys and array item property values as values. The dictionary may be incomplete, missing some properties that are registered for items of this array; those properties will retain their default values for that item.

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))

Property Value

Applies to