次の方法で共有


InputConnection.GetExtractedTextMonitor フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.InputMethods.TextExtractFlags enum directly instead of this field.

で使用 #getExtractedText するフラグを設定して、抽出されたテキストが変更されたときに更新プログラムを受け取ることを示します。

[Android.Runtime.Register("GET_EXTRACTED_TEXT_MONITOR")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextExtractFlags enum directly instead of this field.", true)]
public const Android.Views.InputMethods.TextExtractFlags GetExtractedTextMonitor = 1;
[<Android.Runtime.Register("GET_EXTRACTED_TEXT_MONITOR")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.InputMethods.TextExtractFlags enum directly instead of this field.", true)>]
val mutable GetExtractedTextMonitor : Android.Views.InputMethods.TextExtractFlags

フィールド値

Value = 1
属性

注釈

で使用 #getExtractedText するフラグを設定して、抽出されたテキストが変更されたときに更新プログラムを受け取ることを示します。

android.view.inputmethod.InputConnection.GET_EXTRACTED_TEXT_MONITORJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象