System::Xml::XmlElement::GetAttributeNode metodu

XmlElement::GetAttributeNode(String, String) method

Belirtilen yerel ad ve ad alanı URI’sine sahip XmlAttribute döndürür.

virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::GetAttributeNode(String localName, String namespaceURI)
ParameterTypeAçıklama
localNameStringÖzniteliğin yerel adı.
namespaceURIStringÖzniteliğin ad alanı URI’si.

ReturnValue

Belirtilen XmlAttribute veya nullptr, eşleşen bir öznitelik bulunamazsa.

Ayrıca Bakınız

XmlElement::GetAttributeNode(String) method

Belirtilen ada sahip XmlAttribute döndürür.

virtual SharedPtr<XmlAttribute> System::Xml::XmlElement::GetAttributeNode(String name)
ParameterTypeAçıklama
adStringAlınacak özniteliğin adı. Bu, nitelikli bir addır. Eşleşen düğümün get_Name değerine göre eşleştirilir.

ReturnValue

Belirtilen XmlAttribute veya nullptr, eşleşen bir öznitelik bulunamazsa.

Ayrıca Bakınız