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
- reference
Type: Microsoft.Windows.Design.PropertyEditing.PropertyOrder
The reference token.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace