Condividi tramite


Metodo Expr.PropertySet (F#)

Crea un'espressione che rappresenta un'operazione di scrittura in una proprietà statica.

Percorso spazio dei nomi/modulo: 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)

Parametri

  • property
    Tipo: PropertyInfo

    Descrizione della proprietà.

  • value
    Tipo: Expr

    Il valore da impostare.

  • indexerArgs
    Tipo: Exprlist

    Elenco di indici per la proprietà se si tratta di una proprietà indicizzata.

  • obj
    Tipo: Expr

    Istanza dell'oggetto, se applicabile.

Valore restituito

Espressione risultante.

Piattaforme

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Informazioni sulla versione

Versioni della libreria di base F#

Supportato in: 2,0, 4,0, portabile

Vedere anche

Riferimenti

Classe Quotations.Expr (F#)

Spazio dei nomi Microsoft.FSharp.Quotations (F#)