SpellCheckerSubtype.GetExtraValueOf(String) 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.
The string of ExtraValue in subtype should be defined as follows: example: key0,key1=value1,key2,key3,key4=value4
[Android.Runtime.Register("getExtraValueOf", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public string? GetExtraValueOf (string? key);
[<Android.Runtime.Register("getExtraValueOf", "(Ljava/lang/String;)Ljava/lang/String;", "")>]
member this.GetExtraValueOf : string -> string
Parameters
- key
- String
the key of extra value
Returns
the value of the specified key
- Attributes
Remarks
The string of ExtraValue in subtype should be defined as follows: example: key0,key1=value1,key2,key3,key4=value4
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.