XmlReaderResourceParser.GetAttributeBooleanValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | Description |
|---|---|
| GetAttributeBooleanValue(Int32, Boolean) |
'index'에서 특성의 부울 값을 반환합니다. |
| GetAttributeBooleanValue(String, String, Boolean) |
'attribute'의 부울 값을 반환합니다. |
GetAttributeBooleanValue(Int32, Boolean)
'index'에서 특성의 부울 값을 반환합니다.
public bool GetAttributeBooleanValue(int index, bool defaultValue);
abstract member GetAttributeBooleanValue : int * bool -> bool
override this.GetAttributeBooleanValue : int * bool -> bool
매개 변수
- index
- Int32
원하는 특성의 인덱스( 0...count-1)
- defaultValue
- Boolean
특성을 찾을 수 없는 경우 반환할 값입니다.
반품
결과 값입니다.
구현
설명
'index'에서 특성의 부울 값을 반환합니다.
에 대한 android.util.AttributeSet.getAttributeBooleanValueAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.
적용 대상
GetAttributeBooleanValue(String, String, Boolean)
'attribute'의 부울 값을 반환합니다.
public bool GetAttributeBooleanValue(string? namespaceURI, string? attribute, bool defaultValue);
abstract member GetAttributeBooleanValue : string * string * bool -> bool
override this.GetAttributeBooleanValue : string * string * bool -> bool
매개 변수
- namespaceURI
- String
- attribute
- String
검색할 특성입니다.
- defaultValue
- Boolean
특성을 찾을 수 없는 경우 반환할 값입니다.
반품
결과 값입니다.
구현
설명
'attribute'의 부울 값을 반환합니다.
에 대한 android.util.AttributeSet.getAttributeBooleanValueAndroid 참조
이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.