CefV8Value GetValue Method (Int32)Xilium.CefGlue

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

Returns the value with the specified identifier on success. Returns NULL if this method is called incorrectly or an exception is thrown.

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

public CefV8Value GetValue(
	int index
)

Parameters

index
Type: OnlineSystem Int32

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

Return Value

Type: CefV8Value

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

See Also