XmlAttributeOverrides::Add Method
.NET Framework (current version)
Adds an XmlAttributes object to the collection of XmlAttributes objects.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
![]() | 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. |
Show:
