AppWindow.Content Property

Definition

Gets the app content currently attached to the window.

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

Property Value

The app content currently attached to the window.

Applies to