| description | EnumerableExpansions Element |
|---|---|
| ms.date | 08/23/2021 |
| title | EnumerableExpansions Element |
Defines how .NET collection objects are expanded when they are displayed in a view.
- Configuration Element
- DefaultSettings Element
- EnumerableExpansions Element
<EnumerableExpansions>
<EnumerableExpansion>...</EnumerableExpansion>
</EnumerableExpansions>The following sections describe attributes, child elements, and the parent element of the
EnumerableExpansions element. There is no limit to the number of child elements that you can use.
None.
| Element | Description |
|---|---|
| EnumerableExpansion Element | Optional element. Defines the specific .NET collection objects that are expanded when they are displayed in a view. |
| Element | Description |
|---|---|
| DefaultSettings Element | Defines common settings that apply to all the views of the formatting file. |
This element is used to define how collection objects and the objects in the collection are displayed. In this case, a collection object refers to any object that supports the System.Collections.ICollection interface.