Share via


DeviceElementCollection.AllKeys 屬性

定義

傳回包含在 DeviceElementCollection 集合中裝置項目的索引鍵陣列。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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[]

陣列,包含 DeviceElementDeviceElementCollection 物件的索引鍵。

適用於

另請參閱