PropertyOrder.Default-Eigenschaft
Aktualisiert: November 2007
Ruft die systemdefinierte Standardsortierposition ab.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
Public Shared ReadOnly Property Default As PropertyOrder
Dim value As PropertyOrder
value = PropertyOrder.Default
public static PropertyOrder Default { get; }
public:
static property PropertyOrder^ Default {
PropertyOrder^ get ();
}
public static function get Default () : PropertyOrder
Eigenschaftenwert
Typ: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Eine PropertyOrder-Instanz, die die Standardsortierposition darstellt.
Berechtigungen
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
Microsoft.Windows.Design.PropertyEditing-Namespace