CustomXmlPropertyCollection class

CustomXmlPropertyCollection class

Represents a collection of custom XML attributes or smart tag properties. To learn more, visit the Structured Document Tags or Content Control documentation article.

Remarks

Items are CustomXmlProperty objects.

Properties

NameDescription
countGets the number of elements contained in the collection.
this[]
this[]

Methods

NameDescription
add(property)Adds a property to the collection.
clear()Removes all elements from the collection.
contains(name)Determines whether the collection contains a property with the given name.
indexOfKey(name)Returns the zero-based index of the specified property in the collection.
remove(name)Removes a property with the specified name from the collection.
removeAt(index)Removes a property at the specified index.

See Also