Share via


AbstractPreferences.NewNode Property

Definition

This field should be true if this node did not exist in the backing store prior to the creation of this object.

[Android.Runtime.Register("newNode")]
protected bool NewNode { get; set; }
[<Android.Runtime.Register("newNode")>]
member this.NewNode : bool with get, set

Property Value

Attributes

Remarks

This field should be true if this node did not exist in the backing store prior to the creation of this object. The field is initialized to false, but may be set to true by a subclass constructor (and should not be modified thereafter). This field indicates whether a node change event should be fired when creation is complete.

Java documentation for java.util.prefs.AbstractPreferences.newNode.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to