PropertyOrder.CreateAfter Method

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

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

Syntax

'Declaration
Public Shared Function CreateAfter ( _
    reference As PropertyOrder _
) As PropertyOrder
public static PropertyOrder CreateAfter(
    PropertyOrder reference
)
public:
static PropertyOrder^ CreateAfter(
    PropertyOrder^ reference
)
static member CreateAfter : 
        reference:PropertyOrder -> PropertyOrder 
public static function CreateAfter(
    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