다음을 통해 공유


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]

적용 대상

추가 정보