CefListValue SetString Method Xilium.CefGlue

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

Sets the value at the specified index as type string. Returns true if the value was set successfully.

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

public bool SetString(
	int index,
	string value
)

Parameters

index
Type: OnlineSystem Int32

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

value
Type: OnlineSystem String

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

Return Value

Type: OnlineBoolean

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

See Also