ICustomXmlPartCollection
ICustomXmlPartCollection class
Represents collection of custom xml parts.
The ICustomXmlPartCollection type exposes the following members:
Properties
Name |
Description |
as_i_collection |
Returns ICollection class. |
as_i_enumerable |
Returns IEnumerable class. |
Indexer
Name |
Description |
[index] |
Returns the element at the specified index. |
Methods
Name |
Description |
add(xml_data) |
Adds new custom xml part. |
add(xml_string) |
Adds new custom xml part. |
add(input_stream) |
Adds new custom xml part. |
remove_at(index) |
Removes custom xml part at the specified index. |
remove(item) |
Removes custom xml part at the specified index. |
clear() |
Removes all items from the collection. |
See Also