AbstractPreferences.IsRemoved 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.
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.