Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlDictionaryReader::GetAttribute Method

 

Namespace:   System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

NameDescription
System_CAPS_pubmethodGetAttribute(Int32)

When overridden in a derived class, gets the value of the attribute with the specified index.(Inherited from XmlReader.)

System_CAPS_pubmethodGetAttribute(String^)

When overridden in a derived class, gets the value of the attribute with the specified Name.(Inherited from XmlReader.)

System_CAPS_pubmethodGetAttribute(String^, String^)

When overridden in a derived class, gets the value of the attribute with the specified LocalName and NamespaceURI.(Inherited from XmlReader.)

System_CAPS_pubmethodGetAttribute(XmlDictionaryString^, XmlDictionaryString^)

When overridden in a derived class, gets the value of an attribute.

Return to top
Show:
© 2017 Microsoft