ItemsRepeaterElementIndexChangedEventArgs.Element Proprietà
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottenere l'elemento per il quale l'indice è cambiato.
public:
property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
var uIElement = itemsRepeaterElementIndexChangedEventArgs.element;
Public ReadOnly Property Element As UIElement
Elemento per cui l'indice è cambiato.