다음을 통해 공유


DefaultMetadataDetails.PropertyGetter 속성

정의

모델 개체에서 속성 값을 가져올 속성 getter 대리자를 가져오거나 설정합니다.

public:
 property Func<System::Object ^, System::Object ^> ^ PropertyGetter { Func<System::Object ^, System::Object ^> ^ get(); void set(Func<System::Object ^, System::Object ^> ^ value); };
public Func<object,object> PropertyGetter { get; set; }
public Func<object,object?>? PropertyGetter { get; set; }
member this.PropertyGetter : Func<obj, obj> with get, set
Public Property PropertyGetter As Func(Of Object, Object)

속성 값

적용 대상