SfcSerializationAdapterAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のプロパティに使用するシリアル化アダプターの種類を指定する属性
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcSerializationAdapterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcSerializationAdapterAttribute = class
inherit Attribute
Public Class SfcSerializationAdapterAttribute
Inherits Attribute
- 継承
-
SfcSerializationAdapterAttribute
- 属性
コンストラクター
| 名前 | 説明 |
|---|---|
| SfcSerializationAdapterAttribute(Type) |
特定のプロパティに使用するシリアル化アダプターの種類を指定する属性 |
プロパティ
| 名前 | 説明 |
|---|---|
| SfcSerializationAdapterType |
シリアル化アダプターの種類 |