Freigeben über


PropertyOrder.CreateBefore-Methode

Erstellt ein PropertyOrder-Objekt, das vor dem angegebenen Token hinzugefügt wird.

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

Parameter

Rückgabewert

Typ: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Ein neues PropertyOrder-Objekt.

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

reference hat den Wert nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyOrder Klasse

Microsoft.Windows.Design.PropertyEditing-Namespace

Weitere Ressourcen

Eigenschaftenbearbeitungsarchitektur

WPF-Designer-Erweiterbarkeit