次の方法で共有


MetadataFormattingOptions クラス

定義

メタデータのシリアル化中に使用される書式設定オプションを表します。

public class MetadataFormattingOptions : ICloneable
type MetadataFormattingOptions = class
    interface ICloneable
Public Class MetadataFormattingOptions
Implements ICloneable
継承
MetadataFormattingOptions
派生
実装

注釈

MetadataFormattingOptions インスタンスは不変です。実際のオプションを設定するには、MetadataFormattingOptionsBuilder クラスを使用します。

プロパティ

Encoding

メタデータ コンテンツのシリアル化で使用されるエンコードを取得します。

IndentationMode

メタデータ コンテンツのシリアル化にあるインデント モードを取得します。

IndentationSize

メタデータ コンテンツのシリアル化でスペースがインデントとして使用されている場合の、1 つのインデント レベルのサイズを取得します。

NewLineStyle

メタデータ コンテンツのシリアル化でテキスト行の末尾を示すために使用される値を取得します。

明示的なインターフェイスの実装

ICloneable.Clone()

メタデータのシリアル化中に使用される書式設定オプションを表します。

適用対象