WebViewUnsupportedUriSchemeIdentifiedEventArgs Classe

Definizione

Fornisce i dati per l'evento 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
Ereditarietà
Object Platform::Object IInspectable WebViewUnsupportedUriSchemeIdentifiedEventArgs
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Proprietà

Handled

Ottiene o imposta un valore che contrassegna l'evento indirizzato come gestito. Un valore true per Handled impedisce ad altri gestori lungo la route di eventi di gestire di nuovo lo stesso evento.

Uri

Ottiene l'URI (Uniform Resource Identifier) del contenuto a cui webView ha tentato di passare.

Si applica a

Vedi anche