Expr.PropertySet 메서드(F#)

정적 속성에 쓰기를 나타내는 식을 작성합니다.

네임스페이스/모듈 경로: Microsoft.FSharp.Quotations

어셈블리: 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)

매개 변수

  • property
    형식: PropertyInfo

    속성에 대한 설명입니다.

  • value
    형식: Expr

    설정할 값입니다.

  • indexerArgs
    형식: Exprlist

    인덱싱된 속성인 경우 속성의 인덱스 목록입니다.

  • obj
    형식: Expr

    개체 인스턴스입니다(해당하는 경우).

반환 값

결과 식입니다.

플랫폼

Windows 7, Windows Vista SP2, Windows XP SP3, Windows XP x64 SP2, Windows Server 2008 R2, Windows Server 2008 SP2, Windows Server 2003 SP2

버전 정보

F# 런타임

지원되는 버전: 2.0, 4.0

Silverlight

지원되는 버전: 3

참고 항목

참조

Quotations.Expr 클래스(F#)

Microsoft.FSharp.Quotations 네임스페이스(F#)