WebViewUnsupportedUriSchemeIdentifiedEventArgs クラス

定義

WebView.UnsupportedUriSchemeIdentified イベントのデータを提供します。

public ref class WebViewUnsupportedUriSchemeIdentifiedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WebViewUnsupportedUriSchemeIdentifiedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebViewUnsupportedUriSchemeIdentifiedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WebViewUnsupportedUriSchemeIdentifiedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebViewUnsupportedUriSchemeIdentifiedEventArgs
Public NotInheritable Class WebViewUnsupportedUriSchemeIdentifiedEventArgs
継承
Object Platform::Object IInspectable WebViewUnsupportedUriSchemeIdentifiedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

Handled

ルーティング イベントを処理済みとしてマークする値を取得または設定します。 Handledtrue 値を指定すると、イベント ルートに沿った他のハンドラーが同じイベントを再度処理できなくなります。

Uri

WebView が移動しようとしたコンテンツの UNIFORM Resource Identifier (URI) を取得します。

適用対象

こちらもご覧ください