Expr.PropertySet, méthode (F#)
Crée une expression qui représente l'écriture dans une propriété statique
Espace de noms/Chemin du module : Microsoft.FSharp.Quotations
Assembly : FSharp.Core (in FSharp.Core.dll)
// Signatures:
static member PropertySet : PropertyInfo * Expr * ?Expr list -> Expr
static member PropertySet : Expr * PropertyInfo * Expr * ?Expr list -> Expr
// Usage:
Expr.PropertySet (property, value)
Expr.PropertySet (property, value, indexerArgs = indexerArgs)
Expr.PropertySet (obj, property, value)
Expr.PropertySet (obj, property, value, indexerArgs = indexerArgs)
Paramètres
property
Type : PropertyInfoDescription de la propriété.
value
Type : ExprValeur à définir.
-
Liste des index de la propriété s'il s'agit d'une propriété indexée.
obj
Type : ExprL'instance d'objet, le cas échéant.
Valeur de retour
Expression résultante.
Plateformes
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Informations de version
Versions de bibliothèque principale F#
Prise en charge dans : 2,0, 4,0, portables