ElementFactoryRecycleArgs.Element Proprietà

Definizione

Ottiene o imposta l'oggetto UIElement da riciclare quando si chiama RecycleElement.

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

void Element(UIElement value);
public UIElement Element { get; set; }
var uIElement = elementFactoryRecycleArgs.element;
elementFactoryRecycleArgs.element = uIElement;
Public Property Element As UIElement

Valore della proprietà

Oggetto UIElement da riciclare.

Commenti

Vedere le osservazioni relative al metodo RecycleElement di DataTemplate.

Si applica a

Vedi anche