AppWindow.Presenter 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得應用程式視窗目前套用的簡報者。
public:
property AppWindowPresenter ^ Presenter { AppWindowPresenter ^ get(); };
AppWindowPresenter Presenter();
public AppWindowPresenter Presenter { get; }
var appWindowPresenter = appWindow.presenter;
Public ReadOnly Property Presenter As AppWindowPresenter
屬性值
應用程式視窗目前套用的簡報者。 預設值為 null
。
備註
這個屬性一開始為 null
。 一旦顯示視窗,它一律會套用簡報者,其中一個由平臺套用,或由應用程式本身套用一個。