TextView.LastVisibleElementIndex 屬性

定義

傳回目前 TextViewElement 物件的最後一個 TextView 物件的索引。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 property int LastVisibleElementIndex { int get(); };
[System.ComponentModel.Browsable(false)]
public int LastVisibleElementIndex { get; }
[<System.ComponentModel.Browsable(false)>]
member this.LastVisibleElementIndex : int
Public ReadOnly Property LastVisibleElementIndex As Integer

屬性值

目前 TextViewElement 上最後一個 TextView 的索引。 如果沒有目前 TextViewElementTextView 物件,則會傳回 0。

屬性

備註

自定義 LastVisibleElementIndex 裝置配接器的開發人員會使用 屬性來轉譯內容。

適用於

另請參閱