System::Xml::XmlNode::get_Attributes मेथड

XmlNode::get_Attributes method

यह इस नोड के गुणों को सम्मिलित करने वाला XmlAttributeCollection लौटाता है।

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

ReturnValue

एक XmlAttributeCollection जो नोड के गुणों को सम्मिलित करता है। यदि नोड का प्रकार XmlNodeType::Element है, तो नोड के गुण लौटाए जाते हैं। अन्यथा, यह मेथड nullptr लौटाता है।

संबंधित देखें