Share via


ListResourceBundle.HandleGetObject(String) Method

Definition

Returns the named resource from this ResourceBundle, or null if the resource is not found.

[Android.Runtime.Register("handleGetObject", "(Ljava/lang/String;)Ljava/lang/Object;", "")]
public override sealed Java.Lang.Object? HandleGetObject (string? key);
[<Android.Runtime.Register("handleGetObject", "(Ljava/lang/String;)Ljava/lang/Object;", "")>]
override this.HandleGetObject : string -> Java.Lang.Object

Parameters

key
String

the name of the resource.

Returns

Attributes

Remarks

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