DeviceInformationPairing.TryRegisterForAllInboundPairingRequests 메서드

정의

모든 인바운드 페어링 요청을 처리하도록 애플리케이션을 등록합니다.

public:
 static bool TryRegisterForAllInboundPairingRequests(DevicePairingKinds pairingKindsSupported);
 static bool TryRegisterForAllInboundPairingRequests(DevicePairingKinds const& pairingKindsSupported);
public static bool TryRegisterForAllInboundPairingRequests(DevicePairingKinds pairingKindsSupported);
function tryRegisterForAllInboundPairingRequests(pairingKindsSupported)
Public Shared Function TryRegisterForAllInboundPairingRequests (pairingKindsSupported As DevicePairingKinds) As Boolean

매개 변수

pairingKindsSupported
DevicePairingKinds

앱에서 지원하는 페어링 종류입니다.

반환

Boolean

bool

시도가 성공했는지 여부입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10586.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)

설명

이 API는 Windows 10 IoT Core(IoT Core) 애플리케이션에서만 작동합니다.

적용 대상