WebViewControlNewWindowRequestedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
NewWindowRequested イベントのデータを提供します。
public ref class WebViewControlNewWindowRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlNewWindowRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlNewWindowRequestedEventArgs
Public NotInheritable Class WebViewControlNewWindowRequestedEventArgs
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
注釈
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1809 | 17763 | GetDeferral |
1809 | 17763 | NewWindow |
プロパティ
Handled |
ルーティング イベントを処理済みとしてマークする値を取得または設定します。 |
NewWindow |
要求元 の 内からスクリプト呼び出しの |
Referrer |
ナビゲーションが開始されたコンテンツの URI (Uniform Resource Identifier) を取得します。 |
Uri |
IWebViewControl が移動しようとしているコンテンツの URI (Uniform Resource Identifier) を取得します。 |
メソッド
GetDeferral() |
遅延を取得します。 |