DeviceElementCollection.AllKeys Proprietà

Definizione

Restituisce una matrice delle chiavi degli elementi di periferica inclusi nell'insieme DeviceElementCollection. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni ASP.NET per dispositivi mobili, vedere App per dispositivi mobili & Siti con 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()

Valore della proprietà

Object[]

Matrice contenente le chiavi degli oggetti DeviceElement inclusi nell'insieme DeviceElementCollection.

Si applica a

Vedi anche