共用方式為


DefaultModelMetadata.PropertySetter 屬性

定義

取得屬性 setter 委派,以在模型物件上設定屬性值。

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)

屬性值

適用於