Metadata |
The MetadataCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| MetadataCollection | Initializes a new instance of the MetadataCollection class |
| Name | Description | |
|---|---|---|
| Value | Gets or sets the value of the metadata object with the given name in the collection. |
| Name | Description | |
|---|---|---|
| Add | Adds a new Metadata object to the collection. | |
| AddRange | Adds a range of items to the collection. | |
| Contains | Checks if a Metadata object with the given name is in the collection. | |
| GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return ( in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the XmlSchemaProviderAttribute to the class. | |
| ReadXml | Generates an object from its XML representation. | |
| Remove | Tries to remove the item with the given name from the collection. | |
| SetOrCreate | Sets the value of the metadata with the given name to the specified value. If no Metadata with the name is present, it will be added to the list. | |
| ToDictionary | Converts the collection to a dictionary with the names as keys and the values as values. | |
| TryGetValue | Checks if the metadata collection contains the metadata field with the given name. If yes, it is placed as Value. | |
| WriteXml | Converts an object into its XML representation. |