MetadataDocument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a document with a serialized metadata content.
public sealed class MetadataDocument
type MetadataDocument = class
Public NotInheritable Class MetadataDocument
- Inheritance
-
MetadataDocument
Properties
LogicalPath |
Gets the logical-path of the serialized document. |
Style |
Gets the style of the serialized content. |
Methods
Create(MetadataSerializationStyle, Stream, String) |
Create a new instance of MetadataDocument based on the content of the documnet, provided by the specified stream. |
Create(MetadataSerializationStyle, TextReader, Encoding, String) |
Create a new instance of MetadataDocument based on the content of the documnet, provided by the specified reader. |
WriteTo(Stream) |
Writes the content of the document into the specified stream. |
WriteTo(TextWriter, Encoding) |
Writes the content of the document into the specified text-writer. |