BaseDataList.DataKeysArray 属性
定义
protected:
property System::Collections::ArrayList ^ DataKeysArray { System::Collections::ArrayList ^ get(); };
protected System.Collections.ArrayList DataKeysArray { get; }
member this.DataKeysArray : System.Collections.ArrayList
Protected ReadOnly Property DataKeysArray As ArrayList
属性值
一个 ArrayList,包含数据列表控件中每个记录的键值。An ArrayList that contains the key values of each record in a data listing control.
注解
DataKeysArray派生类使用属性来存储数据列表控件中每个记录的键值。The DataKeysArray property is used by a derived class to store the key values of each record in a data listing control. 此属性通常用于生成 DataKeyCollection 属性中包含的对象 DataKeys 。This property is generally used to generate the DataKeyCollection object contained in the DataKeys property.