次の方法で共有


PeerFinder.AllowBluetooth プロパティ

定義

PeerFinder クラスが Bluetooth を使用して 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

True を指定すると、 PeerFinder クラスは Bluetooth を使用して StreamSocket オブジェクトを接続できます。それ以外の場合は false。 既定値は true です。

Windows の要件

アプリの機能
ID_CAP_NETWORKING [Windows Phone] proximity ID_CAP_PROXIMITY [Windows Phone]

適用対象

こちらもご覧ください