我正在制作一个连接到蓝牙设备的应用程序。当我搜索我得到的设备时Windows.Devices.Enumeration.DeviceInformation在列表框中,但我想要设备名称。我使用的代码是:“搜索设备”vardevices=awaitDeviceInformation.FindAllAsync(RfcommDeviceService.GetDeviceSelector(RfcommServiceId.SerialPort));将设备添加到列表框。foreach(vardeviceindevices){DevicesListBox.Items.Add(device);}如果我将D