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() |
套用至型別時,表示型別產生的序列化程式不應該追蹤型別的參考。 |