TextClassification.LabelFormatted 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个标签,该标签可能在用于对分类文本执行操作的小组件上呈现。
public Java.Lang.ICharSequence? LabelFormatted { [Android.Runtime.Register("getLabel", "()Ljava/lang/CharSequence;", "", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getLabel", "()Ljava/lang/CharSequence;", "", ApiSince=26)>]
member this.LabelFormatted : Java.Lang.ICharSequence
属性值
- 属性
注解
返回一个标签,该标签可能在用于对分类文本执行操作的小组件上呈现。
<strong>Note: </strong This field is not parcelable>, onlys the label of the first RemoteAction
(if one exists) when this object is read from a parcel.
此成员已弃用。 请改用 #getActions()
。
适用于 . 的 android.view.textclassifier.TextClassification.getLabel()
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。