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
屬性值
目前的自訂插入回撥。
- 屬性
備註
財產取得者文件:
Java 文件 android.widget.TextView.getCustomInsertionActionModeCallback()。
屬性設定文件:
Java 文件 android.widget.TextView.setCustomInsertionActionModeCallback(android.view.Callback)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。