Context.ObtainStyledAttributes Метод

Определение

Перегрузки

ObtainStyledAttributes(Int32[])

Получение сведений о атрибутах стиля в теме контекста.

ObtainStyledAttributes(IAttributeSet, Int32[])

Получение сведений о атрибутах стиля в теме контекста.

ObtainStyledAttributes(Int32, Int32[])

Получение сведений о атрибутах стиля в теме контекста.

ObtainStyledAttributes(IAttributeSet, Int32[], Int32, Int32)

Получение сведений о атрибутах стиля в теме контекста.

ObtainStyledAttributes(Int32[])

Получение сведений о атрибутах стиля в теме контекста.

[Android.Runtime.Register("obtainStyledAttributes", "([I)Landroid/content/res/TypedArray;", "")]
public Android.Content.Res.TypedArray ObtainStyledAttributes (int[] attrs);
[<Android.Runtime.Register("obtainStyledAttributes", "([I)Landroid/content/res/TypedArray;", "")>]
member this.ObtainStyledAttributes : int[] -> Android.Content.Res.TypedArray

Параметры

attrs
Int32[]

Возвращаемое значение

Атрибуты

Комментарии

Получение сведений о атрибутах стиля в теме контекста. Дополнительные сведения см. в разделе android.content.res.Resources.Theme#obtainStyledAttributes(int[]).

Документация по Java для android.content.Context.obtainStyledAttributes(int[]).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

ObtainStyledAttributes(IAttributeSet, Int32[])

Получение сведений о атрибутах стиля в теме контекста.

[Android.Runtime.Register("obtainStyledAttributes", "(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;", "")]
public Android.Content.Res.TypedArray ObtainStyledAttributes (Android.Util.IAttributeSet? set, int[] attrs);
[<Android.Runtime.Register("obtainStyledAttributes", "(Landroid/util/AttributeSet;[I)Landroid/content/res/TypedArray;", "")>]
member this.ObtainStyledAttributes : Android.Util.IAttributeSet * int[] -> Android.Content.Res.TypedArray

Параметры

attrs
Int32[]

Возвращаемое значение

Атрибуты

Комментарии

Получение сведений о атрибутах стиля в теме контекста. Дополнительные сведения см. в разделе android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int).

Документация по Java для android.content.Context.obtainStyledAttributes(android.util.AttributeSet, int[]).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

ObtainStyledAttributes(Int32, Int32[])

Получение сведений о атрибутах стиля в теме контекста.

[Android.Runtime.Register("obtainStyledAttributes", "(I[I)Landroid/content/res/TypedArray;", "")]
public Android.Content.Res.TypedArray ObtainStyledAttributes (int resid, int[] attrs);
[<Android.Runtime.Register("obtainStyledAttributes", "(I[I)Landroid/content/res/TypedArray;", "")>]
member this.ObtainStyledAttributes : int * int[] -> Android.Content.Res.TypedArray

Параметры

resid
Int32
attrs
Int32[]

Возвращаемое значение

Атрибуты

Исключения

Комментарии

Получение сведений о атрибутах стиля в теме контекста. Дополнительные сведения см. в разделе android.content.res.Resources.Theme#obtainStyledAttributes(int, int[]).

Документация по Java для android.content.Context.obtainStyledAttributes(int, int[]).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

ObtainStyledAttributes(IAttributeSet, Int32[], Int32, Int32)

Получение сведений о атрибутах стиля в теме контекста.

[Android.Runtime.Register("obtainStyledAttributes", "(Landroid/util/AttributeSet;[III)Landroid/content/res/TypedArray;", "")]
public Android.Content.Res.TypedArray ObtainStyledAttributes (Android.Util.IAttributeSet? set, int[] attrs, int defStyleAttr, int defStyleRes);
[<Android.Runtime.Register("obtainStyledAttributes", "(Landroid/util/AttributeSet;[III)Landroid/content/res/TypedArray;", "")>]
member this.ObtainStyledAttributes : Android.Util.IAttributeSet * int[] * int * int -> Android.Content.Res.TypedArray

Параметры

attrs
Int32[]
defStyleAttr
Int32
defStyleRes
Int32

Возвращаемое значение

Атрибуты

Комментарии

Получение сведений о атрибутах стиля в теме контекста. Дополнительные сведения см. в разделе android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int).

Документация по Java для android.content.Context.obtainStyledAttributes(android.util.AttributeSet, int[], int, int).

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к