View.ViewTranslationResponse プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このビューに関連付けられている値を ViewTranslationResponse
返します。
public virtual Android.Views.Translation.ViewTranslationResponse? ViewTranslationResponse { [Android.Runtime.Register("getViewTranslationResponse", "()Landroid/view/translation/ViewTranslationResponse;", "GetGetViewTranslationResponseHandler", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getViewTranslationResponse", "()Landroid/view/translation/ViewTranslationResponse;", "GetGetViewTranslationResponseHandler", ApiSince=31)>]
member this.ViewTranslationResponse : Android.Views.Translation.ViewTranslationResponse
プロパティ値
この ViewTranslationResponse
ビューに関連付けられている翻訳された情報を含む a、または null
このビューに翻訳がない場合。
- 属性
注釈
このビューに関連付けられている値を ViewTranslationResponse
返します。 翻訳が完了 #onViewTranslationResponse
すると、応答が設定されます。 ViewTranslationCallback
翻訳された情報をViewTranslationResponse
表示するために使用できます。
の Java ドキュメントandroid.view.View.getViewTranslationResponse()
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。