CustomXmlPartCollection Methods

The CustomXmlPartCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(Byte)
Adds new custom xml part.
Public methodAdd(Stream)
Adds new custom xml part.
Public methodAdd(String)
Adds new custom xml part.
Public methodClear
Removes all items from the collection.
Public methodCopyTo
Copy to specified array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the first occurrence of a specific object from the collection.
Public methodRemoveAt
Removes custom xml part at the specified index.
Public methodToString (Inherited from Object.)
See Also