ContentCaptureNodeProperties.ParentId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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