IUpdatable.SetReference(Object, String, Object) Metodo

Definizione

Imposta il valore della proprietà di riferimento specificata nell'oggetto di destinazione.

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)

Parametri

targetResource
Object

Oggetto di destinazione che definisce la proprietà .

propertyName
String

Nome della proprietà il cui valore deve essere aggiornato.

propertyValue
Object

Valore della proprietà da aggiornare.

Si applica a