다음을 통해 공유


IAttributeSet.GetAttributeListValue 메서드

정의

오버로드

GetAttributeListValue(Int32, String[], Int32)

'options' 목록의 'index'에 있는 특성 값의 인덱스 값을 반환합니다.

GetAttributeListValue(String, String, String[], Int32)

'options' 목록에서 'attribute' 값의 인덱스 반환

GetAttributeListValue(Int32, String[], Int32)

'options' 목록의 'index'에 있는 특성 값의 인덱스 값을 반환합니다.

[Android.Runtime.Register("getAttributeListValue", "(I[Ljava/lang/String;I)I", "GetGetAttributeListValue_IarrayLjava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeListValue (int index, string[]? options, int defaultValue);
[<Android.Runtime.Register("getAttributeListValue", "(I[Ljava/lang/String;I)I", "GetGetAttributeListValue_IarrayLjava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeListValue : int * string[] * int -> int

매개 변수

index
Int32

원하는 특성의 인덱스( 0...count-1)

options
String[]

확인하려는 값이 있는 문자열 목록입니다.

defaultValue
Int32

특성이 없거나 일치하는 항목이 없는 경우 반환되는 값입니다.

반환

'options' 또는 defaultValue로 인덱싱합니다.

특성

설명

'options' 목록의 'index'에 있는 특성 값의 인덱스 값을 반환합니다.

에 대한 android.util.AttributeSet.getAttributeListValue(int, java.lang.String[], int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

GetAttributeListValue(String, String, String[], Int32)

'options' 목록에서 'attribute' 값의 인덱스 반환

[Android.Runtime.Register("getAttributeListValue", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;I)I", "GetGetAttributeListValue_Ljava_lang_String_Ljava_lang_String_arrayLjava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetAttributeListValue (string? namespace, string? attribute, string[]? options, int defaultValue);
[<Android.Runtime.Register("getAttributeListValue", "(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;I)I", "GetGetAttributeListValue_Ljava_lang_String_Ljava_lang_String_arrayLjava_lang_String_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetAttributeListValue : string * string * string[] * int -> int

매개 변수

namespace
String

검색할 특성의 네임스페이스입니다.

attribute
String

검색할 특성의 이름입니다.

options
String[]

확인하려는 값이 있는 문자열 목록입니다.

defaultValue
Int32

특성이 없거나 일치하는 항목이 없는 경우 반환되는 값입니다.

반환

'options' 또는 defaultValue로 인덱싱합니다.

특성

설명

'options' 목록에서 'attribute' 값의 인덱스 반환

에 대한 android.util.AttributeSet.getAttributeListValue(java.lang.String, java.lang.String, java.lang.String[], int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상