desarrolloMobile.NET Bluetooth Library

BthDispositivosLista.Item Property (String)

[This is preliminary documentation and subject to change.]

Realiza una búsqueda en la lista en base al nombre del dispositivo y obtiene, si procede, un objeto de tipo BthDispositivo. En caso contrario devuelve null.

[Visual Basic]
Overloads Public Default ReadOnly Property Item( _
   ByVal nombre As String _
) As BthDispositivo
[C#]
public BthDispositivo this[
   string nombre
] {get;}

See Also

BthDispositivosLista Class | desarrolloMobile.Conectividad.Bluetooth Namespace | BthDispositivosLista.Item Overload List