IHTMLStorage interface

TBD.

Members

The IHTMLStorage interface inherits from the IUnknown interface. IHTMLStorage also has these types of members:

  • Methods
  • Properties

Methods

The IHTMLStorage interface has these methods.

Method Description
getItem

Retrieves the current value associated with the Web Storage key.

key

Retrieves the key at the specified index in the collection.

removeItem

Deletes a key/value pair from the Web Storage collection.

setItem

Sets a key/value pair.

 

Properties

The IHTMLStorage interface has these properties.

Property Description

length

Retrieves the length of the key/value list.

 

 

 

Send comments about this topic to Microsoft

Build date: 1/26/2012