Java.Util.Prefs.AbstractPreferences.GetChild Method
Returns the child node with the specified name or null if it doesn't exist.

Syntax

[Android.Runtime.Register("getChild", "(Ljava/lang/String;)Ljava/util/prefs/AbstractPreferences;", "GetGetChild_Ljava_lang_String_Handler")]
protected virtual AbstractPreferences GetChild (string name)

Parameters

name
the name of the desired child node.

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 child node with the specified name or null if it doesn't exist. Implementers can assume that the name supplied to this method will be a valid node name string (conforming to the node naming format) and will not correspond to a node that has been cached or removed.

[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