System::Xml::XmlDocumentFragment::get_NodeType method

XmlDocumentFragment::get_NodeType method

Returns the type of the current node.

XmlNodeType System::Xml::XmlDocumentFragment::get_NodeType() override

ReturnValue

For XmlDocumentFragment nodes, this value is XmlNodeType::DocumentFragment.

See Also