IUpdatable.SetValue(Object, String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将目标资源上具有指定名称的属性的值设置为指定属性值。
public:
void SetValue(System::Object ^ targetResource, System::String ^ propertyName, System::Object ^ propertyValue);
public void SetValue (object targetResource, string propertyName, object propertyValue);
abstract member SetValue : obj * string * obj -> unit
Public Sub SetValue (targetResource As Object, propertyName As String, propertyValue As Object)
参数
- targetResource
- Object
用于定义属性的目标对象。
- propertyName
- String
需要更新其值的属性的名称。
- propertyValue
- Object
要更新的属性值。