CustomXmlSchemaCollection

CustomXmlSchemaCollection

Overview

CustomXmlSchemaCollection is a class in Aspose.Words FOSS for .NET. Inherits from: IEnumerable<string>.

A collection of strings that represent XML schemas that are associated with a custom XML part.

This class provides 7 methods for working with CustomXmlSchemaCollection objects in .NET programs. Available methods include: Add, Clear, Clone, GetEnumerator, IndexOf, Remove, RemoveAt. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: Count.

Properties

NameTypeAccessDescription
CountintReadGets the number of elements contained in the collection.

Methods

SignatureDescription
GetEnumerator()Returns an enumeratoriteratorenumerator object that can be used to iterate over all items in the collection.
Add(value: string)Adds an item to the collection.
IndexOf(value: string)Returns the zero-based index of the specified value in the collection.
Remove(name: string)Removes the specified value from the collection.
RemoveAt(index: int)Removes a value at the specified index.
Clear()Removes all elements from the collection.
Clone()Makes a deep clone of this object.

See Also