FieldAccessor.SetValue(Object, Object) Yöntem

Tanım

Türetilmiş bir sınıfta geçersiz kılındığında, belirtilen nesne için alanın belirtilen değerini ayarlar.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 abstract void SetValue(System::Object ^ thisob, System::Object ^ value);
public abstract void SetValue(object thisob, object value);
abstract member SetValue : obj * obj -> unit
Public MustOverride Sub SetValue (thisob As Object, value As Object)

Parametreler

thisob
Object

Bu yöntemin üzerinde işlem yaptığı nesne.

value
Object

Alan için ayarlanacağı değer.

Şunlara uygulanır

Ayrıca bkz.