Share via


AppWindow.Presenter 屬性

定義

取得應用程式視窗目前套用的簡報者。

public:
 property AppWindowPresenter ^ Presenter { AppWindowPresenter ^ get(); };
AppWindowPresenter Presenter();
public AppWindowPresenter Presenter { get; }
var appWindowPresenter = appWindow.presenter;
Public ReadOnly Property Presenter As AppWindowPresenter

屬性值

應用程式視窗目前套用的簡報者。 預設值為 null

備註

這個屬性一開始為 null 。 一旦顯示視窗,它一律會套用簡報者,其中一個由平臺套用,或由應用程式本身套用一個。

適用於

另請參閱