ICustomXmlPartCollection

ICustomXmlPartCollection interface

Represents collection of custom xml parts.

public interface ICustomXmlPartCollection : IGenericCollection<ICustomXmlPart>

Properties

NameDescription
Item { get; }Returns the element at the specified index.

Methods

NameDescription
Add(byte[])Adds new custom xml part.
Add(Stream)Adds new custom xml part.
Add(string)Adds new custom xml part.
Clear()Removes all items from the collection.
Remove(ICustomXmlPart)Removes the first occurrence of a specific object from the collection.
RemoveAt(int)Removes custom xml part at the specified index.

See Also