Click or drag to resize

CefV8ValueSetValue Method

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.
Top
See Also