PropertyOrder.CreateBefore Method

Creates a PropertyOrder object that is added before the specified token.

Namespace:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Shared Function CreateBefore ( _
    reference As PropertyOrder _
) As PropertyOrder
public static PropertyOrder CreateBefore(
    PropertyOrder reference
)
public:
static PropertyOrder^ CreateBefore(
    PropertyOrder^ reference
)
static member CreateBefore : 
        reference:PropertyOrder -> PropertyOrder 
public static function CreateBefore(
    reference : PropertyOrder
) : PropertyOrder

Parameters

Return Value

Type: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
A new PropertyOrder object.

Exceptions

Exception Condition
ArgumentNullException

reference is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

PropertyOrder Class

Microsoft.Windows.Design.PropertyEditing Namespace

Other Resources

Property Editing Architecture

WPF Designer Extensibility