PluginList.PluginClicked(Context, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將點擊事件發送給相應的外掛。
[Android.Runtime.Register("pluginClicked", "(Landroid/content/Context;I)V", "GetPluginClicked_Landroid_content_Context_IHandler")]
public virtual void PluginClicked(Android.Content.Context? context, int position);
[<Android.Runtime.Register("pluginClicked", "(Landroid/content/Context;I)V", "GetPluginClicked_Landroid_content_Context_IHandler")>]
abstract member PluginClicked : Android.Content.Context * int -> unit
override this.PluginClicked : Android.Content.Context * int -> unit
參數
- context
- Context
- position
- Int32
- 屬性
備註
將點擊事件發送給相應的外掛。
此會員已被棄用。 此介面原本是為《戰爭機器》設計的。 既然《戰爭機器》已經被淘汰,這個職業也隨之停擺。
Java 文件 android.webkit.PluginList.pluginClicked(android.content.Context, int)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。