WebViewDeferredPermissionRequest クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class WebViewDeferredPermissionRequest 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 WebViewDeferredPermissionRequest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebViewDeferredPermissionRequest 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 WebViewDeferredPermissionRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebViewDeferredPermissionRequest
Public NotInheritable Class WebViewDeferredPermissionRequest
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
詳細については、 WebView.PermissionRequested イベントを参照してください。
WebViewPermissionRequest が遅延されると、同じ ID で WebViewDeferredPermissionRequest が作成され、DeferredPermissionRequests コレクションに追加されます。 要求に対して操作する準備ができたら、 DeferredPermissionRequestById メソッドを呼び出し、遅延要求の ID を 渡します。 要求を取得した後、 Allow メソッドを呼び出して要求を許可するか、 Deny メソッドを呼び出して要求を拒否できます。
プロパティ
Id |
アクセス許可要求の識別子を取得します。 |
PermissionType |
要求されたアクセス許可の種類を示す値を取得します。 |
Uri |
アクセス許可要求が発生したコンテンツの URI (Uniform Resource Identifier) を取得します。 |
メソッド
Allow() |
要求されたアクセス許可を付与します。 |
Deny() |
要求されたアクセス許可を拒否します。 |