CefV8Value SetValue Method (String, CefV8Value, CefV8PropertyAttribute)Xilium.CefGlue

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

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.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool SetValue(
	string key,
	CefV8Value value,
	CefV8PropertyAttribute attribute
)

Parameters

key
Type: OnlineSystem String

[Missing <param name="key"/> documentation for "M:Xilium.CefGlue.CefV8Value.SetValue(System.String,Xilium.CefGlue.CefV8Value,Xilium.CefGlue.CefV8PropertyAttribute)"]

value
Type: Xilium.CefGlue CefV8Value

[Missing <param name="value"/> documentation for "M:Xilium.CefGlue.CefV8Value.SetValue(System.String,Xilium.CefGlue.CefV8Value,Xilium.CefGlue.CefV8PropertyAttribute)"]

attribute
Type: Xilium.CefGlue CefV8PropertyAttribute

[Missing <param name="attribute"/> documentation for "M:Xilium.CefGlue.CefV8Value.SetValue(System.String,Xilium.CefGlue.CefV8Value,Xilium.CefGlue.CefV8PropertyAttribute)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefV8Value.SetValue(System.String,Xilium.CefGlue.CefV8Value,Xilium.CefGlue.CefV8PropertyAttribute)"]

See Also