XmlReaderResourceParser.GetAttributeListValue Method

Definition

Overloads

GetAttributeListValue(String, String, String[], Int32)
GetAttributeListValue(Int32, String[], Int32)

GetAttributeListValue(String, String, String[], Int32)

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

Parameters

namespaceURI
String
attribute
String
options
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

GetAttributeListValue(Int32, String[], Int32)

public int GetAttributeListValue (int index, string[]? options, int defaultValue);
abstract member GetAttributeListValue : int * string[] * int -> int
override this.GetAttributeListValue : int * string[] * int -> int

Parameters

index
Int32
options
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