Java.Util.Prefs.AbstractPreferences.ChildrenNamesSpi Method
Returns the names of all of the child nodes of this node or an empty array if this node has no children.

Syntax

[Android.Runtime.Register("childrenNamesSpi", "()[Ljava/lang/String;", "GetChildrenNamesSpiHandler")]
protected abstract string[] ChildrenNamesSpi ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.Prefs.BackingStoreExceptionif the backing store is unavailable or causes an operation failure.

Remarks

Returns the names of all of the child nodes of this node or an empty array if this node has no children. The names of cached children are not required to be returned.

[Android Documentation]

Requirements

Namespace: Java.Util.Prefs
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1