Click or drag to resize

CefV8ValueSetValue Method (String, CefV8AccessControl, CefV8PropertyAttribute)

Registers an identifier and returns true on success. Access to the identifier will be forwarded to the CefV8Accessor instance passed to CefV8Value::CreateObject(). Returns false if this method is called incorrectly or an exception is thrown. For read-only values this method will return true even though assignment failed.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool SetValue(
	string key,
	CefV8AccessControl settings,
	CefV8PropertyAttribute attribute = CefV8PropertyAttribute.None
)

Parameters

key
Type: SystemString
settings
Type: Internal.Xilium.CefGlueCefV8AccessControl
attribute (Optional)
Type: Internal.Xilium.CefGlueCefV8PropertyAttribute

Return Value

Type: Boolean
See Also