TextView.CustomInsertionActionModeCallback 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索在 . 中 #setCustomInsertionActionModeCallback设置的值。 - 或 - 如果提供,则此 ActionMode。
public virtual Android.Views.ActionMode.ICallback? CustomInsertionActionModeCallback { [Android.Runtime.Register("getCustomInsertionActionModeCallback", "()Landroid/view/ActionMode$Callback;", "GetGetCustomInsertionActionModeCallbackHandler", ApiSince=23)] get; [Android.Runtime.Register("setCustomInsertionActionModeCallback", "(Landroid/view/ActionMode$Callback;)V", "GetSetCustomInsertionActionModeCallback_Landroid_view_ActionMode_Callback_Handler", ApiSince=23)] set; }
[<get: Android.Runtime.Register("getCustomInsertionActionModeCallback", "()Landroid/view/ActionMode$Callback;", "GetGetCustomInsertionActionModeCallbackHandler", ApiSince=23)>]
[<set: Android.Runtime.Register("setCustomInsertionActionModeCallback", "(Landroid/view/ActionMode$Callback;)V", "GetSetCustomInsertionActionModeCallback_Landroid_view_ActionMode_Callback_Handler", ApiSince=23)>]
member this.CustomInsertionActionModeCallback : Android.Views.ActionMode.ICallback with get, set
属性值
当前的自定义插入回调。
- 属性
注解
属性 getter 文档:
Java文档android.widget.TextView.getCustomInsertionActionModeCallback()。
属性 setter 文档:
Java文档android.widget.TextView.setCustomInsertionActionModeCallback(android.view.Callback)。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。