void SystemUI.RemoveSystemUIItems(List<[string](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=netframework-4.5)> itemIDs)
9/4/25Less than 1 minute
Member of ML.SDK.SystemUI
Method
void SystemUI.RemoveSystemUIItems(List<[string](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=netframework-4.5)>
itemIDs)
void SystemUI.RemoveSystemUIItems(List`<string>` itemIDs);
Parameters
Parameter | Type | Description |
---|---|---|
itemIDs | List<[string](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=netframework-4.5)> | List of itemIDs |
Returns
Summary
Removes SystemUI items, identified by the itemIDs provided in the list.