# SetSelectionByIdWithoutNotify(IEnumerable<int>)

> Sets a collection of selected items by id, without triggering a selection change callback.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.UIElements](/engine/6000.6/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

```csharp
public void SetSelectionByIdWithoutNotify(IEnumerable<int> ids)
```

### Parameters

**** (\[IEnumerable\<int>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)): The item ids.

### Remarks

This will also expand the selected items if not expanded already.
