CoreWebView2SharedBufferAccess Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the desired access from script to CoreWebView2SharedBuffer
.
public enum CoreWebView2SharedBufferAccess
type CoreWebView2SharedBufferAccess =
Public Enum CoreWebView2SharedBufferAccess
- Inheritance
-
CoreWebView2SharedBufferAccess
Fields
Name | Value | Description |
---|---|---|
ReadOnly | 0 | Script from web page only has read access to the shared buffer. |
ReadWrite | 1 | Script from web page has read and write access to the shared buffer. |