Aracılığıyla paylaş


Expr.PropertySet yöntemi (F#)

Bir statik özellik yazıya temsil eden bir ifade oluşturur

Ad alanı/modül yolu: Microsoft.FSharp.Quotations

Derleme: FSharp.Core (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)

Parametreler

  • property
    Türü:PropertyInfo

    Özelliğin tanımı.

  • value
    Türü: ifade

    Ayarlanacak değer.

  • indexerArgs
    Type: Exprlist

    İndices Indexed özelliği ise, özellik listesi.

  • obj
    Türü: ifade

    Varsa, nesne örneği.

Dönüş Değeri

Elde edilen ifade.

Platformlar

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

Sürüm Bilgisi

F# Çekirdek Kitaplığı sürümleri

Desteklenen: 2.0, 4.0, Portable

Ayrıca bkz.

Başvuru

Quotations.Expr Sınıfı (F#)

Microsoft.FSharp.Quotations İsim Uzayı (F#)