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.
XmlElement::SetAttribute Method (String^, String^, String^)
.NET Framework (current version)
Sets the value of the attribute with the specified local name and namespace URI.
Assembly: System.Xml (in System.Xml.dll)
public: virtual String^ SetAttribute( String^ localName, String^ namespaceURI, String^ value )
Parameters
- localName
-
Type:
System::String^
The local name of the attribute.
- namespaceURI
-
Type:
System::String^
The namespace URI of the attribute.
- value
-
Type:
System::String^
The value to set for the attribute.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: