EnumerableExpansion Element (Format)
Defines how specific .NET Framework collection objects are expanded when they are displayed in a view.
<EnumerableExpansion> <EntrySelectedBy>...</EntrySelectedBy> <Expand>EnumOnly, CoreOnly, Both</Expand> </EnumerableExpansion>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the EnumerableExpansion element.
Attributes
None.
Child Elements
Element | Description |
|---|---|
Optional element. Defines which .NET Framework collection objects are expanded by this definition. | |
Specifies how the collection object is expanded for this definition. |
Parent Elements
Element | Description |
|---|---|
Defines the different ways that .NET Framework collection objects are expanded when they are displayed in a view. |
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.
The default behavior is to display only the properties of the objects in the collection.