Metode System::Xml::XmlNode::get_Attributes
XmlNode::get_Attributes method
Mengembalikan sebuah XmlAttributeCollection yang berisi atribut-atribut node ini.
virtual SharedPtr<XmlAttributeCollection> System::Xml::XmlNode::get_Attributes() final
ReturnValue
Sebuah XmlAttributeCollection yang berisi atribut-atribut node. Jika node berjenis XmlNodeType::Element, atribut-atribut node dikembalikan. Jika tidak, metode ini mengembalikan nullptr.
Lihat Juga
- Typedef SharedPtr
- Class XmlAttributeCollection
- Class XmlNode
- Namespace System::Xml
- Library Aspose.Page for C++