PeerFinder.AllowBluetooth 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 PeerFinder 类是否可以使用蓝牙连接 StreamSocket 对象。
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
属性值
Boolean
bool
如此 如果 PeerFinder 类可以使用蓝牙连接 StreamSocket 对象;否则为 false。 默认值为 true。
Windows 要求
应用功能 |
ID_CAP_NETWORKING [Windows Phone]
proximity
ID_CAP_PROXIMITY [Windows Phone]
|