次の方法で共有


View.ViewTranslationResponse プロパティ

定義

このビューに関連付けられている値を 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 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象