PropertyOrderAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
PropertyOrderAttribute はシリアル化のプロパティの順序を指定します。
[System.AttributeUsage(System.AttributeTargets.Property)]
public class PropertyOrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type PropertyOrderAttribute = class
inherit Attribute
Public Class PropertyOrderAttribute
Inherits Attribute
- 継承
-
PropertyOrderAttribute
- 属性
コンストラクター
PropertyOrderAttribute(Int32) |
PropertyOrderAttribute オブジェクトを初期化します。 |
プロパティ
Order |
関連付けられたプロパティのシリアル化の順序を取得します。 |