Android.Content.PM.PackageItemInfo.LoadXmlMetaData Method
Load an XML resource attached to the meta-data of this item.

Syntax

[Android.Runtime.Register("loadXmlMetaData", "(Landroid/content/pm/PackageManager;Ljava/lang/String;)Landroid/content/res/XmlResourceParser;", "GetLoadXmlMetaData_Landroid_content_pm_PackageManager_Ljava_lang_String_Handler")]
public virtual System.Xml.XmlReader LoadXmlMetaData (PackageManager pm, string name)

Parameters

pm
A PackageManager from which the XML can be loaded; usually the PackageManager from which you originally retrieved this item.
name
Name of the meta-date you would like to load.

Returns

Documentation for this section has not yet been entered.

Remarks

Load an XML resource attached to the meta-data of this item. This will retrieved the name meta-data entry, and if defined call back on the given PackageManager to load its XML file 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