ControlElementCollection.AllKeys 属性
定义
返回此集合中包含的所有 ControlElement 对象的键的数组。Returns an array of the keys for all of the ControlElement objects contained in this collection. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
property cli::array <System::Object ^> ^ AllKeys { cli::array <System::Object ^> ^ get(); };
public object[] AllKeys { get; }
member this.AllKeys : obj[]
Public ReadOnly Property AllKeys As Object()
属性值
- Object[]
键名称的数组。An array of key names.