CefListValue SetSize Method Xilium.CefGlue

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

Sets the number of values. If the number of values is expanded all new value slots will default to type null. Returns true on success.

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

public bool SetSize(
	int size
)

Parameters

size
Type: OnlineSystem Int32

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

Return Value

Type: OnlineBoolean

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

See Also