System::Xml::XPath::XPathNavigator::CreateAttributes method

XPathNavigator::CreateAttributes method

Returns an XmlWriter object used to create new attributes on the current element.

virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::CreateAttributes()

ReturnValue

An XmlWriter object used to create new attributes on the current element.

See Also