언어

XmlReaderResourceParser.GetAttributeListValue 메서드

정의

오버로드

속성 Description
GetAttributeListValue(String, String, String[], Int32)

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

GetAttributeListValue(Int32, String[], Int32)

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

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

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

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

매개 변수

namespaceURI
String
attribute
String

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

options
String[]

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

defaultValue
Int32

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

반품

반환하지 않습니다.

구현

예외

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

설명

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

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

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

적용 대상

GetAttributeListValue(Int32, String[], Int32)

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

public int GetAttributeListValue(int index, string[]? options, int defaultValue);
abstract member GetAttributeListValue : int * string[] * int -> int
override this.GetAttributeListValue : int * string[] * int -> int

매개 변수

index
Int32

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

options
String[]

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

defaultValue
Int32

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

반품

반환하지 않습니다.

구현

예외

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

설명

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

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

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

적용 대상