BluetoothDevice.FromIdAsync(String) Metodo
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 BluetoothDevice identificato dal valore DeviceId specificato.
public:
static IAsyncOperation<BluetoothDevice ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<BluetoothDevice> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<BluetoothDevice> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of BluetoothDevice)
Parametri
- deviceId
-
String
Platform::String
winrt::hstring
Valore DeviceId che identifica l'istanza bluetoothDevice.
Restituisce
Al termine dell'operazione asincrona, restituisce l'oggetto BluetoothDevice identificato dal valore DeviceId specificato.
- Attributi
Requisiti Windows
Funzionalità dell'app |
bluetooth
|
Commenti
Questo metodo deve essere chiamato da un thread dell'interfaccia utente.