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