# SetSelectionWithoutNotify(IEnumerable<int>)

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

## Definition

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

```csharp
public void SetSelectionWithoutNotify(IEnumerable<int> indices)
```

### Parameters

**** (\[IEnumerable\<int>]\(https\://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)): The collection of items to be selected.
