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)

プロパティ値

適用対象