PeerFinder.AllowBluetooth Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menentukan apakah kelas PeerFinder dapat menghubungkan objek StreamSocket dengan menggunakan Bluetooth.
public:
static property bool AllowBluetooth { bool get(); void set(bool value); };
static bool AllowBluetooth();
static void AllowBluetooth(bool value);
public static bool AllowBluetooth { get; set; }
var boolean = PeerFinder.allowBluetooth;
PeerFinder.allowBluetooth = boolean;
Public Shared Property AllowBluetooth As Boolean
Nilai Properti
Boolean
bool
True jika kelas PeerFinder dapat menghubungkan objek StreamSocket dengan menggunakan Bluetooth; jika tidak salah. Secara default adalah benar.
Persyaratan Windows
Kemampuan aplikasi |
ID_CAP_NETWORKING [Windows Phone]
proximity
ID_CAP_PROXIMITY [Windows Phone]
|