SfcNonSerializableAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性可跳過屬性序列化。 目前,該屬性僅適用於容器類型的關係。
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcNonSerializableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcNonSerializableAttribute = class
inherit Attribute
Public Class SfcNonSerializableAttribute
Inherits Attribute
- 繼承
-
SfcNonSerializableAttribute
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| SfcNonSerializableAttribute() |
屬性可跳過屬性序列化。 目前,該屬性僅適用於容器類型的關係。 |