Langage

XmlReaderResourceParser.GetAttributeBooleanValue Méthode

Définition

Surcharges

GetAttributeBooleanValue(Int32, Boolean)

public bool GetAttributeBooleanValue(int index, bool defaultValue);
abstract member GetAttributeBooleanValue : int * bool -> bool
override this.GetAttributeBooleanValue : int * bool -> bool

Paramètres

index
Int32
defaultValue
Boolean

Retours

Implémente

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

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

Paramètres

namespaceURI
String
attribute
String
defaultValue
Boolean

Retours

Implémente

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à