TextView.ItemCount 屬性

定義

取得或設定控制項中的項目數。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property int ItemCount { int get(); void set(int value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public int ItemCount { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.ItemCount : int with get, set
Public Property ItemCount As Integer

屬性值

控制項中的項目數。

屬性

適用於