Share via


ObjectList.TableFieldIndices 属性

定义

获取 AllFields 属性中字段的 TableFields 集合中的索引数组。 默认值是 null。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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如果控件尚未绑定到数据源或未添加任何项,则 TableFieldIndices 属性返回 null

适用于

另请参阅