DefaultModelMetadata.PropertySetter 属性

定义

获取属性集程序委托,用于设置模型对象的属性值。

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

属性值

适用于