ViewTranslationRequest.GetValue(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.
Gets the corresponding TranslationRequestValue
of the provided key.
[Android.Runtime.Register("getValue", "(Ljava/lang/String;)Landroid/view/translation/TranslationRequestValue;", "", ApiSince=31)]
public Android.Views.Translation.TranslationRequestValue GetValue (string key);
[<Android.Runtime.Register("getValue", "(Ljava/lang/String;)Landroid/view/translation/TranslationRequestValue;", "", ApiSince=31)>]
member this.GetValue : string -> Android.Views.Translation.TranslationRequestValue
Parameters
- key
- String
String id of the translation request value to be translated.
Returns
the TranslationRequestValue
.
- Attributes
Remarks
Gets the corresponding TranslationRequestValue
of the provided key.
Java documentation for android.view.translation.ViewTranslationRequest.getValue(java.lang.String)
.
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.