DisplayAttribute.GetOrder Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the Order property.
public:
Nullable<int> GetOrder();
public int? GetOrder ();
member this.GetOrder : unit -> Nullable<int>
Public Function GetOrder () As Nullable(Of Integer)
Returns
The value of the Order property, if it has been set; otherwise, null
.
Remarks
If an order is not specified, presentation layers should consider setting the value of the Order property to 10000. This value lets explicitly-ordered fields be displayed before and after the fields that do not have a specified order.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET