Experimental: this API is experimental and might be changed or removed in the future.

UQuery.QueryState<T0>.RebuildOn

Cambiar al Manual
public QueryState<T> RebuildOn (Experimental.UIElements.VisualElement element);

Parámetros

elementThe element on which to apply the selection rules.

Valor de retorno

QueryState<T> A new QueryState with the same selection rules, applied on this element.

Descripción

Creates a new QueryState with the same selection rules, applied on another VisualElement.