DerivedPatterns.PropertySetterWithReflectedDefinition 活动模式 (F#)

识别具有关联的 ReflectedDefinition 的属性 set 访问器。

命名空间/模块路径:Microsoft.FSharp.Quotations.DerivedPatterns

程序集:FSharp.Core(在 FSharp.Core.dll 中)

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

参数

返回值

如果找到,则为方法定义的表达式;否则为 None。

备注

此函数在 .NET Framework 程序集中名为 PropertySetterWithReflectedDefinitionPattern。 如果从 F# 以外的 .NET Framework 语言中访问成员,或通过反射访问成员,请使用此名称。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:2.0,4.0,可移植

请参见

参考

Quotations.DerivedPatterns 模块 (F#)

Microsoft.FSharp.Quotations 命名空间 (F#)