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。
- 属性