IntProperty.Set(Object, Integer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.