TextView.LastVisibleElementIndex 屬性

定義

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

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

屬性值

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

屬性

備註

LastVisibleElementIndex 特性被自訂裝置轉接器開發者用於渲染內容。

適用於

另請參閱