UsbManager.DeviceList Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un oggetto HashMap contenente tutti i dispositivi USB attualmente collegati.
public virtual System.Collections.Generic.IDictionary<string,Android.Hardware.Usb.UsbDevice>? DeviceList { [Android.Runtime.Register("getDeviceList", "()Ljava/util/HashMap;", "GetGetDeviceListHandler")] get; }
[<get: Android.Runtime.Register("getDeviceList", "()Ljava/util/HashMap;", "GetGetDeviceListHandler")>]
member this.DeviceList : System.Collections.Generic.IDictionary<string, Android.Hardware.Usb.UsbDevice>
Valore della proprietà
HashMap contenente tutti i dispositivi USB connessi.
- Attributi
Commenti
Restituisce un oggetto HashMap contenente tutti i dispositivi USB attualmente collegati. Il nome del dispositivo USB è la chiave per HashMap restituito. Il risultato sarà vuoto se non sono collegati dispositivi o se la modalità host USB è inattiva o non supportata.
per android.hardware.usb.UsbManager.getDeviceList().
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.