ModelMetadata.PropertyGetter 屬性

定義

取得屬性 getter 委派,以從模型物件取得屬性值。

public:
 abstract property Func<System::Object ^, System::Object ^> ^ PropertyGetter { Func<System::Object ^, System::Object ^> ^ get(); };
public abstract Func<object,object> PropertyGetter { get; }
public abstract Func<object,object?>? PropertyGetter { get; }
member this.PropertyGetter : Func<obj, obj>
Public MustOverride ReadOnly Property PropertyGetter As Func(Of Object, Object)

屬性值

適用於