Expr.PropertySet-Methode (F#)
Erstellt einen Ausdruck, der einen Schreibvorgang für eine statische Eigenschaft darstellt.
Namespace/Modulpfad: 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)
Parameter
property
Typ: PropertyInfoDie Beschreibung der Eigenschaft.
value
Typ: ExprDer festzulegende Wert.
-
Liste von Indizes für die Eigenschaft, wenn es sich um eine indizierte Eigenschaft handelt.
obj
Typ: ExprDie Objektinstanz, falls zutreffend.
Rückgabewert
Der resultierende Ausdruck.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen