XmlReaderResourceParser.GetAttributeBooleanValue Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| GetAttributeBooleanValue(Int32, Boolean) | |
| GetAttributeBooleanValue(String, String, Boolean) |
GetAttributeBooleanValue(Int32, Boolean)
public bool GetAttributeBooleanValue(int index, bool defaultValue);
abstract member GetAttributeBooleanValue : int * bool -> bool
override this.GetAttributeBooleanValue : int * bool -> bool
Parámetros
- index
- Int32
- defaultValue
- Boolean
Devoluciones
Implementaciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.
Se aplica a
GetAttributeBooleanValue(String, String, Boolean)
public bool GetAttributeBooleanValue(string? namespaceURI, string? attribute, bool defaultValue);
abstract member GetAttributeBooleanValue : string * string * bool -> bool
override this.GetAttributeBooleanValue : string * string * bool -> bool
Parámetros
- namespaceURI
- String
- attribute
- String
- defaultValue
- Boolean
Devoluciones
Implementaciones
Comentarios
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.