ModelMetadata.PropertySetter 属性

定义

获取一个属性资源库委托,该委托用于设置模型对象的属性值。

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)

属性值

适用于