The metadata type exposes the following members.

Methods

  NameDescription
AddMultiItem

The Open Packaging Format specification allows multiple instances of some metadata items (title, identifier, language, creator, contributor, and subject). This method allows the caller to add a new instance of such items, identified by an index.

Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetItem
Gets the value of the given metadata item, if it is present in the metadata.
GetMultiItem

Retrieves one of a set of metadata items of the same type.

The Open Packaging Format specification allows multiple instances of some metadata items (title, identifier, language, creator, contributor, and subject). This method allows access to a single instance of such items, identified by an index.

GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUniqueIdentifier
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SetItem
Sets the value of the given metadata item. If the given item is not present in the metadata a node of that type is added.
SetMultiItem

Sets the value one of a set of metadata items of the same type.

The Open Packaging Format specification allows multiple instances of some metadata items (title, identifier, language, creator, contributor, and subject). This method allows the caller to set a single instance of such items, identified by an index.

SetUniqueIdentifier
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also