Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |