Xml.Win.msxmldom.TMSDOMAttr._scw_get_ownerElement

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* safecall wrapper */ inline Xml::Xmldom::_di_IDOMElement _scw_get_ownerElement() { Xml::Xmldom::_di_IDOMElement __r; HRESULT __hr = get_ownerElement(__r); System::CheckSafecallResult(__hr); return __r; }

Properties

Type Visibility Source Unit Parent
function protected Xml.Win.msxmldom.hpp Xml.Win.msxmldom TMSDOMAttr

Description

Embarcadero Technologies does not currently have any additional information.