CoreWebView2CookieList.GetValueAtIndex(UInt32) Method

Definition

Gets the cookie object at the given index.

public Microsoft.Web.WebView2.Core.CoreWebView2Cookie GetValueAtIndex (uint index);
member this.GetValueAtIndex : uint32 -> Microsoft.Web.WebView2.Core.CoreWebView2Cookie
Public Function GetValueAtIndex (index As UInteger) As CoreWebView2Cookie

Parameters

index
UInt32

Returns

Applies to