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
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcNonSerializableAttribute() |
プロパティのシリアル化をスキップする属性。 現時点では、この属性はコンテナー型のリレーションシップにのみ適用されます。 |