ResourceBundle.SetParent(ResourceBundle) Method
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.
Sets the parent bundle of this bundle.
[Android.Runtime.Register("setParent", "(Ljava/util/ResourceBundle;)V", "GetSetParent_Ljava_util_ResourceBundle_Handler")]
protected virtual void SetParent (Java.Util.ResourceBundle? parent);
[<Android.Runtime.Register("setParent", "(Ljava/util/ResourceBundle;)V", "GetSetParent_Ljava_util_ResourceBundle_Handler")>]
abstract member SetParent : Java.Util.ResourceBundle -> unit
override this.SetParent : Java.Util.ResourceBundle -> unit
Parameters
- parent
- ResourceBundle
this bundle's parent bundle.
- Attributes
Remarks
Sets the parent bundle of this bundle. The parent bundle is searched by #getObject getObject
when this bundle does not contain a particular resource.
Java documentation for java.util.ResourceBundle.setParent(java.util.ResourceBundle)
.
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.