XmlAttributeOverrides.Add Method
.NET Framework 2.0
Adds an XmlAttributes object to the collection of XmlAttributes objects.
| Name | Description |
|---|---|
| XmlAttributeOverrides.Add (Type, XmlAttributes) | Adds an XmlAttributes object to the collection of XmlAttributes objects. The type parameter specifies an object to be overridden by the XmlAttributes object. Supported by the .NET Compact Framework. |
| XmlAttributeOverrides.Add (Type, String, XmlAttributes) | Adds an XmlAttributes object to the collection of XmlAttributes objects. The type parameter specifies an object to be overridden. The member parameter specifies the name of a member that is overridden. Supported by the .NET Compact Framework. |