Condividi tramite


Metodo Expr.PropertyGet (F#)

Crea un'espressione che rappresenta un'operazione di lettura di una proprietà statica

Percorso spazio dei nomi/modulo: Microsoft.FSharp.Quotations

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signatures:
static member PropertyGet : PropertyInfo * ?Expr list -> Expr
static member PropertyGet : Expr * PropertyInfo * ?Expr list -> Expr

// Usage:
Expr.PropertyGet (property)
Expr.PropertyGet (property, indexerArgs = indexerArgs)
Expr.PropertyGet (obj, property)
Expr.PropertyGet (obj, property, indexerArgs = indexerArgs)

Parametri

  • property
    Tipo: PropertyInfo

    Descrizione della proprietà.

  • 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 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2.

Informazioni sulla versione

F# Runtime

Supportato in: 2.0, 4.0

Silverlight

Supportato in: 3

Vedere anche

Riferimenti

Classe Quotations.Expr (F#)

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