NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlAttributeCollection.Item

Gets the specified attribute.

[C#] In C#, this member is the indexer for the XmlAttributeCollection class.

Overload List

Gets the attribute with the specified LocalName and NamespaceUri.

[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String, String) As XmlAttribute
[C#] public XmlAttribute this[String, String] {virtual get;}
[C++] public: __property virtual XmlAttribute* get_Item(String*, String*);
[JScript] XmlAttributeCollection.Item (String, String)

Gets the attribute with the specified index.

[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(Integer) As XmlAttribute
[C#] public XmlAttribute this[int] {virtual get;}
[C++] public: __property virtual XmlAttribute* get_Item(int);
[JScript] XmlAttributeCollection.Item (int)

Gets the attribute with the specified name.

[Visual Basic] Overloads Overridable Public Default ReadOnly Property Item(String) As XmlAttribute
[C#] public XmlAttribute this[String] {virtual get;}
[C++] public: __property virtual XmlAttribute* get_Item(String*);
[JScript] XmlAttributeCollection.Item (String)

See Also

XmlAttributeCollection Class | XmlAttributeCollection Members | System.NewXml Namespace