BaseWebExtensionCollection

BaseWebExtensionCollection

Overview

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

Base class for TaskPaneCollection, WebExtensionBindingCollection, WebExtensionPropertyCollection and WebExtensionReferenceCollection collections.

This class provides 4 methods for working with BaseWebExtensionCollection objects in .NET programs. Available methods include: Add, Clear, GetEnumerator, Remove. 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
Add(item: T)Adds specified item to the collection.
Clear()Removes all elements from the collection.
Remove(index: int)Removes the item at the specified index from the collection.
GetEnumerator()Returns an enumerator that can iterate through a collection.

See Also