Defines the properties and scripts whose values are displayed in the rows of the list view.
- Configuration Element
- ViewDefinitions Element
- View Element
- ListControl Element
- ListEntries Element
- ListEntry Element
- ListItems Element
Syntax
<ListItems>
<ListItem>...</ListItem>
</ListItems>
Attributes and Elements
The following sections describe the attributes, child elements, and parent element of the
ListItems
element. There is no limit to the number of child elements that can be specified. The
order of the child elements defines the order that values are displayed in the list view.
Attributes
None.
Child Elements
Element | Description |
---|---|
ListItem Element for ListControl | Required element. Defines the property or script whose value is displayed by the list view. |
Parent Elements
Element | Description |
---|---|
ListEntry Element for ListControl | Provides a definition of the list view. |
Remarks
For more information about this type of view, see Creating a List View.
Example
This example shows the XML elements that define three rows of the list view.
<ListEntry>
<ListItems>
<ListItem>
<Label>Property1: </Label>
<PropertyName>.NetTypeProperty1</PropertyName>
</ListItem>
<ListItem>
<PropertyName>.NetTypeProperty2</PropertyName>
</ListItem>
<ListItem>
<ScriptBlock>$_.ProcessName + ":" $_.Id</ScriptBlock>
</ListItem>
</ListEntry>
See Also
ListEntry Element for ListControl
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
PowerShell