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() |
应用于类型时,指示为类型生成的序列化程序不应跟踪对该类型的引用。 |