System::Xml::XmlProcessingInstruction::get_NodeType method

XmlProcessingInstruction::get_NodeType method

Returns the type of the current node.

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

ReturnValue

For XmlProcessingInstruction nodes, this value is XmlNodeType::ProcessingInstruction.

See Also