Compartilhar via


BluetoothDevice.FromIdAsync(String) Método

Definição

Retorna um objeto BluetoothDevice identificado pelo DeviceId fornecido.

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)

Parâmetros

deviceId
String

Platform::String

winrt::hstring

O valor DeviceId que identifica a instância BluetoothDevice.

Retornos

Após a conclusão da operação assíncrona, retorna o objeto BluetoothDevice identificado pela DeviceId fornecida.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
bluetooth

Comentários

Esse método deve ser chamado de um thread de interface do usuário.

Aplica-se a