AppWindow.Content Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.