EnumerableExpansion Element
Defines how specific .NET collection objects are expanded when they are displayed in a view.
Schema
- Configuration Element
- DefaultSettings Element
- EnumerableExpansions Element
- EnumerableExpansion Element
Syntax
<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 |
---|---|
EntrySelectedBy Element for EnumerableExpansion | Optional element. Defines which .NET collection objects are expanded by this definition. |
Expand Element | Specifies how the collection object is expanded for this definition. |
Parent Elements
Element | Description |
---|---|
EnumerableExpansions Element | Defines the different ways that .NET collection objects are expanded when they are displayed in a view. |
Remarks
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.
See Also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
PowerShell