[This is preliminary documentation and is subject to change.]
The CefListValue type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Clear |
Removes all values. Returns true on success.
|
![]() | Copy |
Returns a writable copy of this object.
|
![]() ![]() | Create |
Creates a new object that is not owned by any other object.
|
![]() | Dispose | |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | GetBinary |
Returns the value at the specified index as type binary.
|
![]() | GetBool |
Returns the value at the specified index as type bool.
|
![]() | GetDictionary |
Returns the value at the specified index as type dictionary.
|
![]() | GetDouble |
Returns the value at the specified index as type double.
|
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | GetInt |
Returns the value at the specified index as type int.
|
![]() | GetList |
Returns the value at the specified index as type list.
|
![]() | GetString |
Returns the value at the specified index as type string.
|
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | GetValueType |
Returns the value type at the specified index.
|
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Remove |
Removes the value at the specified index.
|
![]() | SetBinary |
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.
|
![]() | SetBool |
Sets the value at the specified index as type bool. Returns true if the
value was set successfully.
|
![]() | SetDictionary |
Sets the value at the specified index as type dict. 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.
|
![]() | SetDouble |
Sets the value at the specified index as type double. Returns true if the
value was set successfully.
|
![]() | SetInt |
Sets the value at the specified index as type int. Returns true if the
value was set successfully.
|
![]() | SetList |
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.
|
![]() | SetNull |
Sets the value at the specified index as type null. Returns true if the
value was set successfully.
|
![]() | SetSize |
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.
|
![]() | SetString |
Sets the value at the specified index as type string. Returns true if the
value was set successfully.
|
![]() | ![]() | (Inherited from ![]() |
See Also