System::Xml::XmlEntity::get_NodeType 方法

XmlEntity::get_NodeType method

返回节点的类型。

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

ReturnValue

节点类型。对于 XmlEntity 节点,其值为 XmlNodeType::Entity

另见