NDoc 1.3.1 SDK

PropertyOrderAttribute Class

For a list of all members of this type, see PropertyOrderAttribute Members.

System.Object
   System.Attribute
      NDoc.Core.PropertyGridUI.PropertyOrderAttribute

[Visual Basic]
<AttributeUsage(ValidOn:=AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)>
Public Class PropertyOrderAttribute     Inherits Attribute [C#]
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public class PropertyOrderAttribute : Attribute [C++]
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public __gc class PropertyOrderAttribute : public Attribute [JScript] public 
   AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)
class PropertyOrderAttribute extends Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NDoc.Core.PropertyGridUI

Assembly: NDoc.Core (in NDoc.Core.dll)

See Also

PropertyOrderAttribute Members | NDoc.Core.PropertyGridUI Namespace