PeerFinder.AllowBluetooth Proprietà
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.
Specifica se la classe PeerFinder può connettere un oggetto StreamSocket tramite 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
Valore della proprietà
Boolean
bool
True se la classe PeerFinder può connettere un oggetto StreamSocket tramite Bluetooth; in caso contrario false. Il valore predefinito è true.
Requisiti Windows
Funzionalità dell'app |
ID_CAP_NETWORKING [Windows Phone]
proximity
ID_CAP_PROXIMITY [Windows Phone]
|