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 |
取得相關聯屬性的序列化順序。 |