SuppressReferenceTrackingAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
型に適用する場合、 は、型に対して生成されたシリアライザーが型への参照を追跡しないことを示します。
[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() |
型に適用する場合、 は、型に対して生成されたシリアライザーが型への参照を追跡しないことを示します。 |