WebViewControlPermissionRequest.Id 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得許可權要求的識別碼。
public:
property unsigned int Id { unsigned int get(); };
uint32_t Id();
public uint Id { get; }
var uInt32 = webViewControlPermissionRequest.id;
Public ReadOnly Property Id As UInteger
屬性值
許可權要求的識別碼。
備註
如果您延遲許可權要求,請儲存識別碼以供稍後使用,以擷取延遲的要求。
當 WebViewPermissionRequest 延遲時,會使用相同的 識別碼 建立 WebViewDeferredPermissionRequest,並新增至 DeferredPermissionRequests 集合。 當您準備好對要求採取行動時,請呼叫 DeferredPermissionRequestById 方法,並傳遞延遲要求的 識別碼 。