DeviceElementCollection.AllKeys 属性

定义

返回集合中包含的 DeviceElementCollection 设备元素的键数组。 此 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[]

一个数组,其中包含包含在 .. 中的DeviceElementCollection对象的键DeviceElement

适用于

另请参阅