XmlReaderResourceParser.GetAttributeResourceValue Method

Definition

Overloads

GetAttributeResourceValue(Int32, Int32)
GetAttributeResourceValue(String, String, Int32)

GetAttributeResourceValue(Int32, Int32)

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

Parameters

index
Int32
defaultValue
Int32

Returns

Implements

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

GetAttributeResourceValue(String, String, Int32)

public int GetAttributeResourceValue (string? namespaceURI, string? attribute, int defaultValue);
abstract member GetAttributeResourceValue : string * string * int -> int
override this.GetAttributeResourceValue : string * string * int -> int

Parameters

namespaceURI
String
attribute
String
defaultValue
Int32

Returns

Implements

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to