Condividi tramite


XamlRoot.Content Proprietà

Definizione

Ottiene l'elemento radice dell'albero degli elementi XAML.

public:
 property UIElement ^ Content { UIElement ^ get(); };
UIElement Content();
public UIElement Content { get; }
var uIElement = xamlRoot.content;
Public ReadOnly Property Content As UIElement

Valore della proprietà

Elemento radice dell'albero degli elementi XAML.

Si applica a