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)

속성 값

적용 대상