DocumentPropertyCollection Methods

The DocumentPropertyCollection type exposes the following members.

Methods
  NameDescription
Public methodCode exampleClear
Removes all properties from the collection.
Public methodCode exampleContains
Returns true if a property with the specified name exists in the collection.
Public methodEquals (Inherited from Object.)
Public methodCode exampleGetEnumerator
Returns an enumerator object that can be used to iterate over all items in the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodCode exampleIndexOf
Gets the index of a property by name.
Public methodCode exampleRemove
Removes a property with the specified name from the collection.
Public methodCode exampleRemoveAt
Removes a property at the specified index.
Public methodToString (Inherited from Object.)
See Also