SelectedItems Property
SelectedItems
Gets the collection of selected components. This is a copy of the actual selected components collection, the returned copy of the collection will not reflect future changes to the selection.
Declaration
ICollection<DesignItem> SelectedItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<DesignItem> |