Compartilhar via


ElementFactoryRecycleArgs.Element Propriedade

Definição

Obtém ou define o elemento a ser reciclado.

Esta documentação se aplica ao WinUI 2 para UWP (para WinUI no SDK do Aplicativo Windows, consulte os namespaces SDK do Aplicativo Windows).

public:
 property UIElement ^ Element { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Element();

void Element(UIElement value);
public UIElement Element { get; set; }
Public Property Element As UIElement

Valor da propriedade

O elemento a ser reciclado.

Aplica-se a