共用方式為


AppWindowPresenter.RequestPresentation 方法

定義

多載

RequestPresentation(AppWindowPresentationConfiguration)

要求使用指定的簡報組態來顯示視窗。

RequestPresentation(AppWindowPresentationKind)

要求使用指定的簡報類型來顯示視窗。

RequestPresentation(AppWindowPresentationConfiguration)

要求使用指定的簡報組態來顯示視窗。

public:
 virtual bool RequestPresentation(AppWindowPresentationConfiguration ^ configuration) = RequestPresentation;
/// [Windows.Foundation.Metadata.Overload("RequestPresentation")]
bool RequestPresentation(AppWindowPresentationConfiguration const& configuration);
[Windows.Foundation.Metadata.Overload("RequestPresentation")]
public bool RequestPresentation(AppWindowPresentationConfiguration configuration);
function requestPresentation(configuration)
Public Function RequestPresentation (configuration As AppWindowPresentationConfiguration) As Boolean

參數

configuration
AppWindowPresentationConfiguration

用來顯示應用程式視窗的簡報組態。

傳回

Boolean

bool

如果要求成功,則為true;否則為false

屬性

適用於

RequestPresentation(AppWindowPresentationKind)

要求使用指定的簡報類型來顯示視窗。

public:
 virtual bool RequestPresentation(AppWindowPresentationKind presentationKind) = RequestPresentation;
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Overload("RequestPresentationByKind")]
bool RequestPresentation(AppWindowPresentationKind const& presentationKind);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Overload("RequestPresentationByKind")]
public bool RequestPresentation(AppWindowPresentationKind presentationKind);
function requestPresentation(presentationKind)
Public Function RequestPresentation (presentationKind As AppWindowPresentationKind) As Boolean

參數

presentationKind
AppWindowPresentationKind

用來顯示應用程式視窗的簡報類型。

傳回

Boolean

bool

如果要求成功,則為true;否則為false

屬性

適用於