Taal

IntProperty.Set(Object, Integer) Method

Definition

Sets the value on object which this property represents.

[Android.Runtime.Register("set", "(Ljava/lang/Object;Ljava/lang/Integer;)V", "", ApiSince=24)]
public void Set(Java.Lang.Object? object, Java.Lang.Integer? value);
[<Android.Runtime.Register("set", "(Ljava/lang/Object;Ljava/lang/Integer;)V", "", ApiSince=24)>]
override this.Set : Java.Lang.Object * Java.Lang.Integer -> unit

Parameters

object
Object
value
Integer
Attributes

Remarks

Sets the value on object which this property represents. If the method is unable to set the value on the target object it will throw an UnsupportedOperationException exception.

Android reference for android.util.IntProperty.set.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to