ListEntries Element for ListControl (Format)
Provides the definitions of the list view. The list view must specify one or more definitions.
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 |
|---|---|
Provides a definition of the list view. |
Parent Elements
Element | Description |
|---|---|
Defines a list format for the view. |
Example
This example shows the XML elements that define the list view for the ServiceController object.
<View>
<Name>System.ServiceProcess.ServiceController</Name>
<ViewSelectedBy>
<TypeName>System.ServiceProcess.ServiceController</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
<ListEntry>
<ListItems>...</ListItems>
</ListEntry>
</ListEntries>
</ListControl>
</View>
Show: