DefaultModelMetadata.PropertyGetter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取属性 getter 委托,以从模型对象获取属性值。
public:
virtual property Func<System::Object ^, System::Object ^> ^ PropertyGetter { Func<System::Object ^, System::Object ^> ^ get(); };
public override Func<object,object> PropertyGetter { get; }
public override Func<object,object?>? PropertyGetter { get; }
member this.PropertyGetter : Func<obj, obj>
Public Overrides ReadOnly Property PropertyGetter As Func(Of Object, Object)