Language

ContentCaptureNodeProperties.ParentId Property

Definition

Gets the parent ID of the node. -or- Sets the parent ID for this node.

public virtual Android.Views.Autofill.AutofillId? ParentId { [Android.Runtime.Register("getParentId", "()Landroid/view/autofill/AutofillId;", "GetGetParentIdHandler", ApiSince=37)] get; [Android.Runtime.Register("setParentId", "(Landroid/view/autofill/AutofillId;)V", "GetSetParentId_Landroid_view_autofill_AutofillId_Handler", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getParentId", "()Landroid/view/autofill/AutofillId;", "GetGetParentIdHandler", ApiSince=37)>]
[<set: Android.Runtime.Register("setParentId", "(Landroid/view/autofill/AutofillId;)V", "GetSetParentId_Landroid_view_autofill_AutofillId_Handler", ApiSince=37)>]
member this.ParentId : Android.Views.Autofill.AutofillId with get, set

Property Value

The parent ID of the node, or null if explicitly set to null.

Attributes

Applies to