Metodo PropertyOrder.CreateBefore

Crea un oggetto PropertyOrder che viene aggiunto prima del token specificato.

Spazio dei nomi:  Microsoft.Windows.Design.PropertyEditing
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Nuovo oggetto PropertyOrder.

Eccezioni

Eccezione Condizione
ArgumentNullException

reference è nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyOrder Classe

Spazio dei nomi Microsoft.Windows.Design.PropertyEditing

Altre risorse

Architettura di modifica delle proprietà

Estensibilità di Progettazione WPF