OrderAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Definujte váhu pořadí pole nebo vlastnosti.
[System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)]
[System.Serializable]
public class OrderAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Field | System.AttributeTargets.Property)>]
[<System.Serializable>]
type OrderAttribute = class
inherit Attribute
Public Class OrderAttribute
Inherits Attribute
- Dědičnost
-
OrderAttribute
- Atributy
Poznámky
Ve výchozím nastavení je váha objednávky 0.
Konstruktory
OrderAttribute(Int32) |
Nastaví váhu objednávky pole nebo vlastnosti. |
Vlastnosti
Order |
Definujte váhu pořadí pole nebo vlastnosti. |