Aracılığıyla paylaş


IUpdatable.SetReference(Object, String, Object) Yöntem

Tanım

Hedef nesnede belirtilen başvuru özelliğinin değerini ayarlar.

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)

Parametreler

targetResource
Object

özelliğini tanımlayan hedef nesne.

propertyName
String

Değerinin güncelleştirilmesi gereken özelliğin adı.

propertyValue
Object

Güncelleştirilecek özellik değeri.

Şunlara uygulanır