次の方法で共有


WebViewControlUnsupportedUriSchemeIdentifiedEventArgs クラス

定義

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
継承
Object Platform::Object IInspectable 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) を取得します。

適用対象