SearchManager.OnCancel(IDialogInterface) メソッド

定義

注意事項

deprecated

このメンバーは非推奨とされます。

[Android.Runtime.Register("onCancel", "(Landroid/content/DialogInterface;)V", "GetOnCancel_Landroid_content_DialogInterface_Handler")]
[System.Obsolete("deprecated")]
public virtual void OnCancel (Android.Content.IDialogInterface? dialog);
[<Android.Runtime.Register("onCancel", "(Landroid/content/DialogInterface;)V", "GetOnCancel_Landroid_content_DialogInterface_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member OnCancel : Android.Content.IDialogInterface -> unit
override this.OnCancel : Android.Content.IDialogInterface -> unit

パラメーター

dialog
IDialogInterface

取り消されたダイアログは、 メソッドに渡されます。

実装

属性

注釈

このメンバーは非推奨とされます。 このメソッドは、古い内部実装の詳細です。 使用しないでください。

android.app.SearchManager.onCancel(android.content.DialogInterface)Java ドキュメント。

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

適用対象