PropertyOrderAttribute.Order Property
Gets the associated PropertyOrder.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property Order As PropertyOrder
Get
public PropertyOrder Order { get; }
public:
property PropertyOrder^ Order {
PropertyOrder^ get ();
}
member Order : PropertyOrder
function get Order () : PropertyOrder
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
The priority in which to display the property in the property browser.
Remarks
The standard priorities that are provided by the PropertyOrder class are Early, Late, and Default.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace