Share via


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)

屬性值

適用於