CefListValue SetList Method Xilium.CefGlue

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

Sets the value at the specified index as type list. 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.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public bool SetList(
	int index,
	CefListValue value
)

Parameters

index
Type: OnlineSystem Int32

[Missing <param name="index"/> documentation for "M:Xilium.CefGlue.CefListValue.SetList(System.Int32,Xilium.CefGlue.CefListValue)"]

value
Type: Xilium.CefGlue CefListValue

[Missing <param name="value"/> documentation for "M:Xilium.CefGlue.CefListValue.SetList(System.Int32,Xilium.CefGlue.CefListValue)"]

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:Xilium.CefGlue.CefListValue.SetList(System.Int32,Xilium.CefGlue.CefListValue)"]

See Also