次の方法で共有


SuppressReferenceTrackingAttribute クラス

定義

型に適用する場合、 は、型に対して生成されたシリアライザーが型への参照を追跡しないことを示します。

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class SuppressReferenceTrackingAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type SuppressReferenceTrackingAttribute = class
    inherit Attribute
Public NotInheritable Class SuppressReferenceTrackingAttribute
Inherits Attribute
継承
SuppressReferenceTrackingAttribute
属性

注釈

参照追跡を使用すると、シリアル化可能な型を循環オブジェクト グラフに参加できます。

コンストラクター

SuppressReferenceTrackingAttribute()

型に適用する場合、 は、型に対して生成されたシリアライザーが型への参照を追跡しないことを示します。

適用対象