JniPeerMembers.JniInstanceFields.SetValue 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.
Overloads
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
- self
- IJavaPeerable
- value
- JniObjectReference
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
- self
- IJavaPeerable
- 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
- self
- IJavaPeerable
- 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
- self
- IJavaPeerable
- 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
- self
- IJavaPeerable
- 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
- self
- IJavaPeerable
- 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
- self
- IJavaPeerable
- 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
- self
- IJavaPeerable
- 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
- self
- IJavaPeerable
- 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.