[This is preliminary documentation and is subject to change.]
Sets the value at the specified index as type binary. Returns true if the
value was set successfully. After calling this method the |value| object
will no longer be valid. If |value| is currently owned by another object
then the value will be copied and the |value| reference will not change.
Otherwise, ownership will be transferred to this object and the |value|
reference will be invalidated.
Namespace: Xilium.CefGlueAssembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax
Parameters
- index
- Type: System Int32
[Missing <param name="index"/> documentation for "M:Xilium.CefGlue.CefListValue.SetBinary(System.Int32,Xilium.CefGlue.CefBinaryValue)"]
- value
- Type: Xilium.CefGlue CefBinaryValue
[Missing <param name="value"/> documentation for "M:Xilium.CefGlue.CefListValue.SetBinary(System.Int32,Xilium.CefGlue.CefBinaryValue)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:Xilium.CefGlue.CefListValue.SetBinary(System.Int32,Xilium.CefGlue.CefBinaryValue)"]
See Also