CefV8Value SetValue Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodSetValue(Int32, CefV8Value)
Associates a value with the specified identifier and returns true on success. 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.
Public methodSetValue(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.
Public methodSetValue(String, CefV8Value, CefV8PropertyAttribute)
Associates a value with the specified identifier and returns true on success. 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.
Back to Top
See Also