SuggestionsInfo.ResultAttrInTheDictionary フィールド

定義

注意事項

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

によって #getSuggestionsAttributes取得できる候補の属性のフラグ:これは、要求された単語がテキスト サービスのディクショナリで見つかったことを示します。

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

フィールド値

Value = 1

実装

属性

注釈

によって #getSuggestionsAttributes取得できる候補の属性のフラグ:これは、要求された単語がテキスト サービスのディクショナリで見つかったことを示します。

の Java ドキュメント android.view.textservice.SuggestionsInfo.RESULT_ATTR_IN_THE_DICTIONARY

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

適用対象