[]
Constructs a new Selection instance using the provided selection service.
public Selection(ISelectionService selectionService)
Type | Name | Description |
---|---|---|
ISelectionService | selectionService | An ISelectionService that manages component selection within the designer. |
This constructor initializes the Selection object with a selection service, which is essential for managing the selection of components in the designer environment. The selection service allows for operations such as querying and modifying the current selection of components.
Type | Condition |
---|---|
ArgumentNullException | Thrown if |