nodeName property
Gets the name of a particular type of node.
Syntax
HRESULT value = object.get_nodeName(* p);
Property values
Type: BSTR
-
The name of the element. This name is also available through the IHTMLElement::tagName property.
-
The name of the attribute, where the node is an attribute object.
-
The node is a TextNode object.
Standards information
- Document Object Model (DOM) Level 1 Specification, Section 1.2
See also
Show: