WebViewControlUnsupportedUriSchemeIdentifiedEventArgs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IWebViewControl.UnsupportedUriSchemeIdentified イベントのデータを提供します。
public ref class WebViewControlUnsupportedUriSchemeIdentifiedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlUnsupportedUriSchemeIdentifiedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlUnsupportedUriSchemeIdentifiedEventArgs
Public NotInheritable Class WebViewControlUnsupportedUriSchemeIdentifiedEventArgs
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10, version 1803 (10.0.17134.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0 で導入)
|
プロパティ
Handled |
ルーティング イベントを処理済みとしてマークする値を取得または設定します。 Handled の true 値を指定すると、イベント ルートに沿った他のハンドラーが同じイベントを再度処理できなくなります。 |
Uri |
IWebViewControl が移動しようとしたコンテンツの URI (Uniform Resource Identifier) を取得します。 |