다음을 통해 공유


AttributeListImpl.GetValue 메서드

정의

오버로드

GetValue(Int32)
사용되지 않음.

특성 값(위치별)을 가져옵니다.

GetValue(String)
사용되지 않음.

특성 값(이름별)을 가져옵니다.

GetValue(Int32)

주의

deprecated

특성 값(위치별)을 가져옵니다.

[Android.Runtime.Register("getValue", "(I)Ljava/lang/String;", "GetGetValue_IHandler")]
[System.Obsolete("deprecated")]
public virtual string? GetValue (int i);
[<Android.Runtime.Register("getValue", "(I)Ljava/lang/String;", "GetGetValue_IHandler")>]
[<System.Obsolete("deprecated")>]
abstract member GetValue : int -> string
override this.GetValue : int -> string

매개 변수

i
Int32

목록에 있는 특성의 위치입니다.

반환

문자열인 특성 값이거나, 해당 위치에 특성이 없는 경우 null입니다.

구현

특성

설명

특성 값(위치별)을 가져옵니다.

에 대한 org.xml.sax.helpers.AttributeListImpl.getValue(int)Java 설명서

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

추가 정보

적용 대상

GetValue(String)

주의

deprecated

특성 값(이름별)을 가져옵니다.

[Android.Runtime.Register("getValue", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetValue_Ljava_lang_String_Handler")]
[System.Obsolete("deprecated")]
public virtual string? GetValue (string? name);
[<Android.Runtime.Register("getValue", "(Ljava/lang/String;)Ljava/lang/String;", "GetGetValue_Ljava_lang_String_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member GetValue : string -> string
override this.GetValue : string -> string

매개 변수

name
String

특성 이름입니다.

반환

특성이 없으면 명명된 특성의 값 또는 null입니다.

구현

특성

설명

특성 값(이름별)을 가져옵니다.

에 대한 org.xml.sax.helpers.AttributeListImpl.getValue(java.lang.String)Java 설명서

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

추가 정보

적용 대상