System::Xml::XmlNode::get_Attributes メソッド

XmlNode::get_Attributes method

このノードの属性を含む XmlAttributeCollection を返します。

virtual SharedPtr<XmlAttributeCollection> System::Xml::XmlNode::get_Attributes() final

ReturnValue

XmlAttributeCollection はノードの属性を含みます。ノードが XmlNodeType::Element 型の場合、ノードの属性が返されます。それ以外の場合、このメソッドは nullptr を返します。

参照