[This is preliminary documentation and is subject to change.]
The CefDictionaryValue type exposes the following members.Properties
| Name | Description | |
|---|---|---|
| Count | 
            Returns the number of values.
              | |
| IsOwned | 
            Returns true if this object is currently owned by another object.
              | |
| IsReadOnly | 
            Returns true if the values of this object are read-only. Some APIs may
            expose read-only objects.
              | |
| IsValid | 
            Returns true if this object is valid. Do not call any other methods if this
            method returns false.
              | 
See Also