Share via


ObjectList.TableFieldIndices 屬性

定義

取得 AllFields 屬性中欄位之 TableFields 集合內的索引陣列。 預設值是 null。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

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

屬性值

Int32[]

整數陣列,表示 AllFields 集合的索引。

屬性

備註

ObjectList如果控制件尚未繫結至資料來源或未加入任何專案,則 屬性會TableFieldIndicesnull回 。

適用於

另請參閱