WebViewUnsupportedUriSchemeIdentifiedEventArgs Klasse

Definition

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
Vererbung
Object Platform::Object IInspectable WebViewUnsupportedUriSchemeIdentifiedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

Handled

Ruft einen Wert ab, der das Routingereignis als behandelt markiert, oder legt diesen fest. Ein true-Wert für Handled verhindert, dass andere Handler entlang der Ereignisroute dasselbe Ereignis erneut behandeln.

Uri

Ruft den URI (Uniform Resource Identifier) des Inhalts ab, zu dem die WebView zu navigieren versucht hat.

Gilt für:

Weitere Informationen