DeviceElementCollection.AllKeys 属性

定义

返回 DeviceElementCollection 集合所包含的设备元素的键的数组。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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[]

一个数组,包含 DeviceElement 所包含的 DeviceElementCollection 对象的键。

适用于

另请参阅