DynamicXml.Item - свойство Смотри также Terrasoft.Common - пространство имен > DynamicXml - класс : Item - свойство C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Item(String) | The indexer for access to the specified attribute value of this XML document. Gets and sets string attribute value with the specified name. |
Item(String,Int32) | Indexer of access to the subordinate XML element using the specified element name and address. Gets the DynamicXml instance with the specified elementName name and index index. |
Исключение | Описание |
---|---|
InvalidObjectStateException | When attempting to set an attribute value of an uninitialized XML element. |
The indexer is overloaded.