Android.Content.PM.LabeledIntent.LoadIcon Method
Retrieve the icon associated with this object.

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
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieve the icon associated with this object. If the object does not have a icon, null will be returned, in which case you will probably want to load the icon from the underlying resolved info for the Intent.

[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 5