언어

XmlReaderResourceParser.GetAttributeResourceValue 메서드

정의

오버로드

속성 Description
GetAttributeResourceValue(Int32, Int32)

이 작업은 .에서 XmlReaderResourceParser지원되지 않습니다.

GetAttributeResourceValue(String, String, Int32)

이 작업은 .에서 XmlReaderResourceParser지원되지 않습니다.

GetAttributeResourceValue(Int32, Int32)

이 작업은 .에서 XmlReaderResourceParser지원되지 않습니다.

public int GetAttributeResourceValue(int index, int defaultValue);
abstract member GetAttributeResourceValue : int * int -> int
override this.GetAttributeResourceValue : int * int -> int

매개 변수

index
Int32

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

defaultValue
Int32

인터페이스에서 지정한 대체(fallback) 값입니다. 이 구현은 작업을 지원하지 않습니다.

반품

반환하지 않습니다.

구현

예외

이 작업은 .에서 XmlReaderResourceParser지원되지 않습니다.

설명

이 작업은 이 XML 판독기 어댑터에서 지원되지 않습니다.

에 대한 android.util.AttributeSet.getAttributeResourceValueAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상

GetAttributeResourceValue(String, String, Int32)

이 작업은 .에서 XmlReaderResourceParser지원되지 않습니다.

public int GetAttributeResourceValue(string? namespaceURI, string? attribute, int defaultValue);
abstract member GetAttributeResourceValue : string * string * int -> int
override this.GetAttributeResourceValue : string * string * int -> int

매개 변수

namespaceURI
String
attribute
String

검색할 특성입니다.

defaultValue
Int32

인터페이스에서 지정한 대체(fallback) 값입니다. 이 구현은 작업을 지원하지 않습니다.

반품

반환하지 않습니다.

구현

예외

이 작업은 .에서 XmlReaderResourceParser지원되지 않습니다.

설명

이 작업은 이 XML 판독기 어댑터에서 지원되지 않습니다.

에 대한 android.util.AttributeSet.getAttributeResourceValueAndroid 참조

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상