System::Xml::XmlNode::get_Attributes yöntemi

XmlNode::get_Attributes method

Bu düğümün niteliklerini içeren bir XmlAttributeCollection döndürür.

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

ReturnValue

XmlAttributeCollection içinde düğümün niteliklerini içerir. Düğüm XmlNodeType::Element türündeyse, düğümün nitelikleri döndürülür. Aksi takdirde, bu yöntem nullptr döndürür.

Ayrıca Bakınız