AppWindow.Presenter 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 presenter for the app window.
public:
property AppWindowPresenter ^ Presenter { AppWindowPresenter ^ get(); };
AppWindowPresenter Presenter();
public AppWindowPresenter Presenter { get; }
var appWindowPresenter = appWindow.presenter;
Public ReadOnly Property Presenter As AppWindowPresenter
Property Value
The presenter for the app window.