Context.ObtainStyledAttributes 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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[])
。
适用于 . 的 android.content.Context.obtainStyledAttributes(int[])
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
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
参数
- set
- IAttributeSet
- attrs
- Int32[]
返回
- 属性
注解
在此上下文的主题中检索带样式的属性信息。 有关详细信息,请参阅android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)
。
适用于 . 的 android.content.Context.obtainStyledAttributes(android.util.AttributeSet, int[])
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
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[])
。
适用于 . 的 android.content.Context.obtainStyledAttributes(int, int[])
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。
适用于
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
参数
- set
- IAttributeSet
- attrs
- Int32[]
- defStyleAttr
- Int32
- defStyleRes
- Int32
返回
- 属性
注解
在此上下文的主题中检索带样式的属性信息。 有关详细信息,请参阅android.content.res.Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)
。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。