DerivedPatterns.PropertyGetterWithReflectedDefinition 활성 패턴(F#)

ReflectedDefinition과 연결된 ReflectedDefinition이 있는 모듈의 속성 get 접근자 또는 값을 인식합니다.

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

어셈블리: FSharp.Core(FSharp.Core.dll)

// Signature:
( |PropertyGetterWithReflectedDefinition|_| ) : (propertyInfo:PropertyInfo) -> Expr option

매개 변수

  • propertyInfo
    형식: PropertyInfo

    속성에 대한 설명입니다.

반환 값

메서드 정의의 식을 찾은 경우 해당 식이며, 그렇지 않으면 None입니다.

설명

이 함수의 이름은 .NET Framework 어셈블리에서 PropertyGetterWithReflectedDefinitionPattern입니다. F# 이외의 .NET Framework 언어에서 멤버에 액세스하거나 리플렉션을 통해 멤버에 액세스하는 경우 이 이름을 사용합니다.

플랫폼

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.DerivedPatterns 모듈(F#)

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