XmlNameTable.Add Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, atomizes the specified string and adds it to the XmlNameTable.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- array
- Type: System.String
The name to add.
| Exception | Condition |
|---|---|
| ArgumentNullException | array is Nothing. |
For more information on atomized strings, see XmlNameTable.
Show: