Condividi tramite


Drawable.CreateFromXmlAsync Metodo

Definizione

Overload

CreateFromXmlAsync(Resources, XmlReader)
CreateFromXmlAsync(Resources, XmlReader, Resources+Theme)

CreateFromXmlAsync(Resources, XmlReader)

public static System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable> CreateFromXmlAsync (Android.Content.Res.Resources r, System.Xml.XmlReader parser);
static member CreateFromXmlAsync : Android.Content.Res.Resources * System.Xml.XmlReader -> System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable>

Parametri

parser
XmlReader

Restituisce

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

CreateFromXmlAsync(Resources, XmlReader, Resources+Theme)

public static System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable> CreateFromXmlAsync (Android.Content.Res.Resources r, System.Xml.XmlReader parser, Android.Content.Res.Resources.Theme? theme);
static member CreateFromXmlAsync : Android.Content.Res.Resources * System.Xml.XmlReader * Android.Content.Res.Resources.Theme -> System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable>

Parametri

parser
XmlReader

Restituisce

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a