Share via


MetadataDocument Class

Definition

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

   Represents a document with a serialized metadata content.
public sealed class MetadataDocument
type MetadataDocument = class
Public NotInheritable Class MetadataDocument
Inheritance
MetadataDocument

Properties

LogicalPath

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

Gets the logical-path of the serialized document.

Style

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

Gets the style of the serialized content.

Methods

WriteTo(Stream)

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

Writes the content of the document into the specified stream.

WriteTo(TextWriter, Encoding)

IMPORTANT: TMDL is still in preview and the API surface might still be modified prior to GA!

Writes the content of the document into the specified text-writer.

Applies to