AppWindowPresenter.RequestPresentation 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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。
- 屬性