共用方式為


IUpdatable.SetReference(Object, String, Object) 方法

定義

設定目標物件上指定的參考屬性值。

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

要更新的屬性值。

適用於