Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Crée un objet PropertyOrder qui est ajouté avant le jeton spécifié.
Espace de noms : Microsoft.Windows.Design.PropertyEditing
Assembly : Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)
Syntaxe
'Déclaration
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
Paramètres
- reference
Type : Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Jeton de référence.
Valeur de retour
Type : Microsoft.Windows.Design.PropertyEditing.PropertyOrder
Nouvel objet PropertyOrder.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | reference est nullune référence null (Nothing en Visual Basic). |
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.Windows.Design.PropertyEditing, espace de noms