DefaultModelMetadata.PropertySetter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取属性集程序委托,用于设置模型对象的属性值。
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)