次の方法で共有


WebViewControlPermissionRequestedEventArgs クラス

定義

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

public ref class WebViewControlPermissionRequestedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebViewControlPermissionRequestedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebViewControlPermissionRequestedEventArgs
Public NotInheritable Class WebViewControlPermissionRequestedEventArgs
継承
Object Platform::Object IInspectable WebViewControlPermissionRequestedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

プロパティ

PermissionRequest

要求に関する情報を含む WebViewControlPermissionRequest オブジェクトを取得します。

適用対象