AppWindow.Content Eigenschaft

Definition

Ruft den App-Inhalt ab, der derzeit an das Fenster angefügt ist.

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

Eigenschaftswert

Der App-Inhalt, der derzeit an das Fenster angefügt ist.

Gilt für: