ControlElementCollection.AllKeys 属性

定义

返回此集合中包含的所有 ControlElement 对象的键数组。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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[]

键名称数组。

适用于

另请参阅