ContentCaptureSession.NotifyNodeDisappeared(AutofillId) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Entfernt einen Knoten aus der aktiven Inhaltserfassungshierarchie.
[Android.Runtime.Register("notifyNodeDisappeared", "(Landroid/view/autofill/AutofillId;)V", "GetNotifyNodeDisappeared_Landroid_view_autofill_AutofillId_Handler", ApiSince=37)]
public abstract void NotifyNodeDisappeared(Android.Views.Autofill.AutofillId id);
[<Android.Runtime.Register("notifyNodeDisappeared", "(Landroid/view/autofill/AutofillId;)V", "GetNotifyNodeDisappeared_Landroid_view_autofill_AutofillId_Handler", ApiSince=37)>]
abstract member NotifyNodeDisappeared : Android.Views.Autofill.AutofillId -> unit
Parameter
- id
- AutofillId
Der AutofillId zu löschende Knoten.
- Attribute