ModelMetadata.PropertySetter 속성

정의

모델 개체의 속성 값을 설정할 속성 setter 대리자를 가져옵니다.

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

속성 값

적용 대상