AppWindow.Content Proprietà

Definizione

Ottiene il contenuto dell'app attualmente collegato alla finestra.

public:
 property UIContentRoot ^ Content { UIContentRoot ^ get(); };
UIContentRoot Content();
public UIContentRoot Content { get; }
var uIContentRoot = appWindow.content;
Public ReadOnly Property Content As UIContentRoot

Valore della proprietà

Contenuto dell'app attualmente collegato alla finestra.

Si applica a