MetadataFormattingOptions Class

Definition

Represents the formatting options that are used during metadata serialization.

public class MetadataFormattingOptions : ICloneable
type MetadataFormattingOptions = class
    interface ICloneable
Public Class MetadataFormattingOptions
Implements ICloneable
Inheritance
MetadataFormattingOptions
Derived
Implements

Remarks

A MetadataFormattingOptions instance is immutable; to set up the actual options, use the MetadataFormattingOptionsBuilder class.

Properties

Encoding

Gets the encoding that is used in metadata content serialization.

IndentationMode

Gets the indentation mode that is in metadata content serialization.

IndentationSize

Gets the size of a single indentation level, when spaces are used as indentation in metadata content serialization.

NewLineStyle

Gets the value that is used to indicate the end of a text line in metadata content serialization.

Explicit Interface Implementations

ICloneable.Clone()

Applies to