The collection of MapItems which are selected in the Contents window.

Namespace:  ESRI.ArcGISExplorer.Application

Assembly:  ESRI.ArcGISExplorer.Application (in ESRI.ArcGISExplorer.Application.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public sealed class SelectedItemsCollection : IEnumerable<MapItem>, 
	IEnumerable
Visual Basic (Declaration)
Public NotInheritable Class SelectedItemsCollection _
	Implements IEnumerable(Of MapItem), IEnumerable

Remarks

SelectedItemsCollection is a generic enumerable collection of MapItems; it implements both the IEnumerable<(Of <(T>)>) and IEnumerable interfaces. It can be used to select items in the Contents window programmatically, and also returns information about those which are currently selected, as the Application.SelectedItems property returns a SelectedItemsCollection, containing all of the MapItems which are currently selected in the Contents window.

Inheritance Hierarchy

System..::.Object

  ESRI.ArcGISExplorer.Application..::.SelectedItemsCollection

See Also