共用方式為


ParsePosition.ErrorIndex 屬性

定義

擷取發生錯誤的索引,如果尚未設定錯誤索引,則為 -1。

public virtual int ErrorIndex { [Android.Runtime.Register("getErrorIndex", "()I", "GetGetErrorIndexHandler")] get; [Android.Runtime.Register("setErrorIndex", "(I)V", "GetSetErrorIndex_IHandler")] set; }
[<get: Android.Runtime.Register("getErrorIndex", "()I", "GetGetErrorIndexHandler")>]
[<set: Android.Runtime.Register("setErrorIndex", "(I)V", "GetSetErrorIndex_IHandler")>]
member this.ErrorIndex : int with get, set

屬性值

發生錯誤的索引

屬性

備註

擷取發生錯誤的索引,如果尚未設定錯誤索引,則為 -1。

已在1.2中新增。

java.text.ParsePosition.getErrorIndex()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於