ListEntries Element

Provides the definitions of the list view. The list view must specify one or more definitions.

Schema

  • Configuration Element
  • ViewDefinitions Element
  • View Element
  • ListControl Element
  • ListEntries Element

Syntax

<ListEntries>
  <ListEntry>...</ListEntry>
</ListEntries>

Attributes and Elements

The following sections describe the attributes, child elements, and the parent element of the ListEntries element. At least one child element must be specified.

Attributes

None.

Child Elements

Element Description
ListEntry Element Provides a definition of the list view.

Parent Elements

Element Description
ListControl Element Defines a list format for the view.

Remarks

For more information about list views, see List View.

Example

This example shows the XML elements that define the list view for the System.Serviceprocess.Servicecontroller object.

<View>
  <Name>System.ServiceProcess.ServiceController</Name>
  <ViewSelectedBy>
    <TypeName>System.ServiceProcess.ServiceController</TypeName>
  </ViewSelectedBy>
  <ListControl>
    <ListEntries>
      <ListEntry>
        <ListItems>...</ListItems>
      </ListEntry>
    </ListEntries>
  </ListControl>
</View>

See Also

ListControl Element

ListEntry Element

List View

Writing a Windows PowerShell Formatting and Types File