IElementSelector interface

TBD.

Members

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

  • Methods

Methods

The IElementSelector interface has these methods.

Method Description
querySelector

Retrieves the first DOM element node from descendants of the starting element node that match any selector within the supplied selector string.

querySelectorAll

Retrieves all DOM element nodes from descendants of the starting element node that match any selector within the supplied selector strings.

 

 

 

Send comments about this topic to Microsoft

Build date: 1/23/2012