Android.Content.PM.PackageItemInfo.LoadIcon Method
Retrieve the current graphical icon associated with this item.

Syntax

[Android.Runtime.Register("loadIcon", "(Landroid/content/pm/PackageManager;)Landroid/graphics/drawable/Drawable;", "GetLoadIcon_Landroid_content_pm_PackageManager_Handler")]
public virtual Android.Graphics.Drawables.Drawable LoadIcon (PackageManager pm)

Parameters

pm
A PackageManager from which the icon 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 graphical icon associated with this item. This will call back on the given PackageManager to load the icon 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