WebViewControlUnsupportedUriSchemeIdentifiedEventArgs 类

定义

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。

适用于