DataContractSerializer.PreserveObjectReferences プロパティ

定義

非標準 XML コンストラクトを使用してオブジェクト参照データを保持するかどうかを指定する値を取得します。

public:
 property bool PreserveObjectReferences { bool get(); };
public bool PreserveObjectReferences { get; }
member this.PreserveObjectReferences : bool
Public ReadOnly Property PreserveObjectReferences As Boolean

プロパティ値

true 参照を保持する場合。それ以外の場合は false

適用対象