get_NodeType()

XmlDocumentFragment::get_NodeType() method

Returns the type of the current node.

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

Return Value

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

See Also