SelectionSetName Element for ViewSelectedBy (Format)
Specifies a set of .NET Framework objects that are displayed by the view.
Attributes and Elements
The following sections describe the attributes, child elements, and the parent element of the SelectionSetName element.
Attributes
None.
Child Elements
None.
Parent Elements
Element | Description |
|---|---|
Defines the .NET Framework objects that are displayed by the view. |
Text Value
Specify the name of the selection set that is defined by the Name element for the selection set.
You can use selection sets when you have a set of related objects that you want to reference by using a single name, such as a set of objects that are related through inheritance. For more information about defining and referencing selection sets, see Defining Sets of Objects.
Example
The following example shows how to specify a selection set for a list view. The same schema is used for table, wide, and custom views.
<View>
<Name>Name of View</Name>
<ViewSelectedBy>
<SelectionSetName>NameofSelectionSet</SelectionSetName>>
</ViewSelectedBy>
<ListControl>...</ListControl>
</View>