Share via


AbstractPreferences.IsRemoved Property

Definition

Returns true iff this node (or an ancestor) has been removed with the #removeNode() method.

protected virtual bool IsRemoved { [Android.Runtime.Register("isRemoved", "()Z", "GetIsRemovedHandler")] get; }
[<get: Android.Runtime.Register("isRemoved", "()Z", "GetIsRemovedHandler")>]
member this.IsRemoved : bool

Property Value

true iff this node (or an ancestor) has been removed with the #removeNode() method.

Attributes

Remarks

Returns true iff this node (or an ancestor) has been removed with the #removeNode() method. This method locks this node prior to returning the contents of the private field used to track this state.

Java documentation for java.util.prefs.AbstractPreferences.isRemoved().

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