View.SaveAttributeDataForStyleable 方法

定义

存储有关属性的调试信息。

[Android.Runtime.Register("saveAttributeDataForStyleable", "(Landroid/content/Context;[ILandroid/util/AttributeSet;Landroid/content/res/TypedArray;II)V", "", ApiSince=29)]
public void SaveAttributeDataForStyleable (Android.Content.Context context, int[] styleable, Android.Util.IAttributeSet? attrs, Android.Content.Res.TypedArray t, int defStyleAttr, int defStyleRes);
[<Android.Runtime.Register("saveAttributeDataForStyleable", "(Landroid/content/Context;[ILandroid/util/AttributeSet;Landroid/content/res/TypedArray;II)V", "", ApiSince=29)>]
member this.SaveAttributeDataForStyleable : Android.Content.Context * int[] * Android.Util.IAttributeSet * Android.Content.Res.TypedArray * int * int -> unit

参数

context
Context

创建此视图的上下文。

styleable
Int32[]

对可设置样式的数组 R.styleable.Foo 的引用

attrs
IAttributeSet

用于构造此视图的 AttributeSet。

t
TypedArray

TypedArray 解决由调用 返回的 Resources#obtainAttributes(AttributeSet, int[])

defStyleAttr
Int32

传递到视图构造函数的默认样式属性。

defStyleRes
Int32

传递到视图构造函数的默认样式资源。

属性

注解

存储有关属性的调试信息。 这应由使用自定义可样式的每个自定义 View 项在构造函数中调用。 如果自定义视图不调用它,则此视图使用的自定义属性在布局检查工具中将不可见。

android.view.View.saveAttributeDataForStyleable(android.content.Context, int[], android.util.AttributeSet, android.content.res.TypedArray, int, int)Java 文档。

此页面的某些部分是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的条款使用。

适用于