SuppressReferenceTrackingAttribute 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
형식에 적용된 경우 는 형식에 대해 생성된 serializer가 형식에 대한 참조를 추적해서는 안 됨을 나타냅니다.
[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() |
형식에 적용된 경우 는 형식에 대해 생성된 serializer가 형식에 대한 참조를 추적해서는 안 됨을 나타냅니다. |