Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Version: Available or changed with runtime version 1.0.
Represents a collection of XML attributes.
Instance methods
The following methods are available on instances of the XmlAttributeCollection data type.
Method name | Description |
---|---|
Count() | Gets the number of attributes in the XmlAttributeCollection. |
Get(Integer, var XmlAttribute) | Gets the specified attribute. |
Get(Text, var XmlAttribute) | Gets the specified attribute. |
Get(Text, Text, var XmlAttribute) | Gets the specified attribute. |
Remove(XmlAttribute) | Removes the specified attribute from the collection. |
Remove(Text) | Removes the specified attribute from the collection. |
Remove(Text, Text) | Removes the specified attribute from the collection. |
RemoveAll() | Removes all attributes from the collection. |
Set(Text, Text) | Sets the value of the specified attribute or creates it if is not part of the collection. |
Set(Text, Text, Text) | Sets the value of the specified attribute or creates it if is not part of the collection. |