NewWebUIViewCreatedEventArgs クラス

定義

新しい WebUIView の作成時に情報を提供します。

public ref class NewWebUIViewCreatedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class NewWebUIViewCreatedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class NewWebUIViewCreatedEventArgs
Public NotInheritable Class NewWebUIViewCreatedEventArgs
継承
Object Platform::Object IInspectable NewWebUIViewCreatedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

プロパティ

ActivatedEventArgs

ビューの作成の原因となったアクティブ化されたイベントに関する情報を取得します。

HasPendingNavigate

ビューに保留中のナビゲーションがあるかどうかを示す値を取得します。

WebUIView

イベントをトリガーした Web UI ビューを取得します。

メソッド

GetDeferral()

新しいビューが作成されるまでの遅延を要求します。

適用対象