XmlReaderResourceParser.GetAttributeResourceValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | 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 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.