Xml.xmldom.IDOMNode.get_attributes

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

function get_attributes: IDOMNamedNodeMap; safecall;

C++

virtual HRESULT __safecall get_attributes(_di_IDOMNamedNodeMap &__get_attributes_result) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMNode

Description

Returns the value of the get_attributes property.

get_get_attributes is the read implementation of the get_attributes property.

See Also