XmlReaderResourceParser.GetAttributeBooleanValue Método

Definición

Sobrecargas

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.

Se aplica a