Android.Content.PM.PackageItemInfo.LoadLabelFormatted Method
Retrieve the current textual label associated with this item.

Syntax

[Android.Runtime.Register("loadLabel", "(Landroid/content/pm/PackageManager;)Ljava/lang/CharSequence;", "GetLoadLabel_Landroid_content_pm_PackageManager_Handler")]
public virtual Java.Lang.ICharSequence LoadLabelFormatted (PackageManager pm)

Parameters

pm
A PackageManager from which the label can be loaded; usually the PackageManager from which you originally retrieved this item.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the current textual label associated with this item. This will call back on the given PackageManager to load the label from the application.

[Android Documentation]

Requirements

Namespace: Android.Content.PM
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1