Drawable.CreateFromXmlInner Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
CreateFromXmlInner(Resources, XmlReader, IAttributeSet) |
Crea dall'interno di un documento XML. |
CreateFromXmlInner(Resources, XmlReader, IAttributeSet, Resources+Theme) |
Crea dall'interno di un documento XML. |
CreateFromXmlInner(Resources, XmlReader, IAttributeSet)
Crea dall'interno di un documento XML.
[Android.Runtime.Register("createFromXmlInner", "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;)Landroid/graphics/drawable/Drawable;", "")]
public static Android.Graphics.Drawables.Drawable CreateFromXmlInner (Android.Content.Res.Resources r, System.Xml.XmlReader parser, Android.Util.IAttributeSet attrs);
[<Android.Runtime.Register("createFromXmlInner", "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;)Landroid/graphics/drawable/Drawable;", "")>]
static member CreateFromXmlInner : Android.Content.Res.Resources * System.Xml.XmlReader * Android.Util.IAttributeSet -> Android.Graphics.Drawables.Drawable
Parametri
- parser
- XmlReader
- attrs
- IAttributeSet
Restituisce
- Attributi
Eccezioni
Commenti
Crea dall'interno di un documento XML. Chiamato su un parser posizionato in corrispondenza di un tag in un documento XML, tenta di creare un oggetto Drawable da tale tag. Restituisce Null se il tag non è un elemento drawable valido.
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
CreateFromXmlInner(Resources, XmlReader, IAttributeSet, Resources+Theme)
Crea dall'interno di un documento XML.
[Android.Runtime.Register("createFromXmlInner", "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;", "")]
public static Android.Graphics.Drawables.Drawable CreateFromXmlInner (Android.Content.Res.Resources r, System.Xml.XmlReader parser, Android.Util.IAttributeSet attrs, Android.Content.Res.Resources.Theme? theme);
[<Android.Runtime.Register("createFromXmlInner", "(Landroid/content/res/Resources;Lorg/xmlpull/v1/XmlPullParser;Landroid/util/AttributeSet;Landroid/content/res/Resources$Theme;)Landroid/graphics/drawable/Drawable;", "")>]
static member CreateFromXmlInner : Android.Content.Res.Resources * System.Xml.XmlReader * Android.Util.IAttributeSet * Android.Content.Res.Resources.Theme -> Android.Graphics.Drawables.Drawable
Parametri
- parser
- XmlReader
- attrs
- IAttributeSet
- theme
- Resources.Theme
Restituisce
- Attributi
Eccezioni
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.