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à di cui è necessario aggiornare il valore.

propertyValue
Object

Valore della proprietà da aggiornare.

Si applica a