Android.Util.IAttributeSet.GetAttributeValue Method
Returns the value of the specified attribute as a string representation.

Syntax

[Android.Runtime.Register("getAttributeValue", "(I)Ljava/lang/String;", "GetGetAttributeValue_IHandler:Android.Util.IAttributeSetInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public string GetAttributeValue (int index)

Parameters

index
Index of the desired attribute, 0...count-1.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value of the specified attribute as a string representation.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1