Freigeben über


Element.GetSubElementName(Int32) Method

Definition

For complex elements, this function will return the sub-element name at index

[Android.Runtime.Register("getSubElementName", "(I)Ljava/lang/String;", "GetGetSubElementName_IHandler")]
public virtual string? GetSubElementName (int index);
[<Android.Runtime.Register("getSubElementName", "(I)Ljava/lang/String;", "GetGetSubElementName_IHandler")>]
abstract member GetSubElementName : int -> string
override this.GetSubElementName : int -> string

Parameters

index
Int32

index of the sub-element

Returns

sub-element in this element at given index

Attributes

Remarks

For complex elements, this function will return the sub-element name at index

Java documentation for android.renderscript.Element.getSubElementName(int).

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