PropertyOrderAttribute Constructor
Initializes a new instance of the PropertyOrderAttribute class.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Sub New ( _
order As PropertyOrder _
)
public PropertyOrderAttribute(
PropertyOrder order
)
public:
PropertyOrderAttribute(
PropertyOrder^ order
)
new :
order:PropertyOrder -> PropertyOrderAttribute
public function PropertyOrderAttribute(
order : PropertyOrder
)
Parameters
- order
Type: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
The PropertyOrder to assign the property.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | order is nulla null reference (Nothing in Visual Basic). |
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