ISpanned.GetSpanEnd(Object) Method

Definition

Return the end of the range of text to which the specified markup object is attached, or -1 if the object is not attached.

[Android.Runtime.Register("getSpanEnd", "(Ljava/lang/Object;)I", "GetGetSpanEnd_Ljava_lang_Object_Handler:Android.Text.ISpannedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetSpanEnd (Java.Lang.Object? tag);
[<Android.Runtime.Register("getSpanEnd", "(Ljava/lang/Object;)I", "GetGetSpanEnd_Ljava_lang_Object_Handler:Android.Text.ISpannedInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetSpanEnd : Java.Lang.Object -> int

Parameters

tag
Object

Returns

Attributes

Remarks

Return the end of the range of text to which the specified markup object is attached, or -1 if the object is not attached.

Java documentation for android.text.Spanned.getSpanEnd(java.lang.Object).

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