[]
Returns an enumerator that iterates through the collection of selected components.
public IEnumerator GetEnumerator()
Type | Description |
---|---|
IEnumerator | An IEnumerator object that can be used to iterate through the collection. |
This method provides an enumerator for the collection of components currently selected in the ActiveReports designer environment. It allows for enumeration over the selected components, enabling operations such as iteration and inspection of the selection set. This can be particularly useful for extensions or functionalities that need to interact with or modify the set of selected components in the designer.