JniPeerMembers.JniInstanceFields.SetValue Method

Definition

Overloads

SetValue(String, IJavaPeerable, JniObjectReference)
SetValue(String, IJavaPeerable, Boolean)
SetValue(String, IJavaPeerable, Char)
SetValue(String, IJavaPeerable, Double)
SetValue(String, IJavaPeerable, Int16)
SetValue(String, IJavaPeerable, Int32)
SetValue(String, IJavaPeerable, Int64)
SetValue(String, IJavaPeerable, SByte)
SetValue(String, IJavaPeerable, Single)

SetValue(String, IJavaPeerable, JniObjectReference)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, Java.Interop.JniObjectReference value);
member this.SetValue : string * Java.Interop.IJavaPeerable * Java.Interop.JniObjectReference -> unit

Parameters

encodedMember
String

Remarks

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

SetValue(String, IJavaPeerable, Boolean)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, bool value);
member this.SetValue : string * Java.Interop.IJavaPeerable * bool -> unit

Parameters

encodedMember
String
value
Boolean

Remarks

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

SetValue(String, IJavaPeerable, Char)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, char value);
member this.SetValue : string * Java.Interop.IJavaPeerable * char -> unit

Parameters

encodedMember
String
value
Char

Remarks

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

SetValue(String, IJavaPeerable, Double)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, double value);
member this.SetValue : string * Java.Interop.IJavaPeerable * double -> unit

Parameters

encodedMember
String
value
Double

Remarks

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

SetValue(String, IJavaPeerable, Int16)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, short value);
member this.SetValue : string * Java.Interop.IJavaPeerable * int16 -> unit

Parameters

encodedMember
String
value
Int16

Remarks

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

SetValue(String, IJavaPeerable, Int32)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, int value);
member this.SetValue : string * Java.Interop.IJavaPeerable * int -> unit

Parameters

encodedMember
String
value
Int32

Remarks

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

SetValue(String, IJavaPeerable, Int64)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, long value);
member this.SetValue : string * Java.Interop.IJavaPeerable * int64 -> unit

Parameters

encodedMember
String
value
Int64

Remarks

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

SetValue(String, IJavaPeerable, SByte)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, sbyte value);
member this.SetValue : string * Java.Interop.IJavaPeerable * sbyte -> unit

Parameters

encodedMember
String
value
SByte

Remarks

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

SetValue(String, IJavaPeerable, Single)

public void SetValue (string encodedMember, Java.Interop.IJavaPeerable self, float value);
member this.SetValue : string * Java.Interop.IJavaPeerable * single -> unit

Parameters

encodedMember
String
value
Single

Remarks

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