GetNamedItem()与索引

时间:2014-09-02 10:35:41

标签: c# xml xml-attribute xmlattributecollection

方法GetNamedItem(“test”)和XmlAttributeCollection中的索引访问是否有区别?也许在null处理或其他东西?

xml_node.Attributes.GetNamedItem("test").Value;
xml_node.Attributes["test"].Value;

1 个答案:

答案 0 :(得分:0)

XmlAttributeCollection.ItemOf Property (String)

  

此属性是文档对象模型(DOM)的Microsoft扩展。调用GetNamedItem 等同于