public bool ApplyTo (Object target);
public bool ApplyTo (Object target, string[] selectedPropertyPaths);

参数

target将使用预设已序列化值进行更新的目标对象。
selectedPropertyPaths应用于目标的可选属性名称列表。

返回

bool 如果预设已成功更新目标对象,则返回 true,否则,返回 false。

描述

将此预设应用到目标对象。