다음을 통해 공유


DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation 속성

정의

집합의 기본 디바이스/엔드포인트를 가져옵니다. 자세한 정보 및 코드 예제는 DeviceInformationPairing.Custom 속성과 집합 페어링을 참조하세요.

public:
 property DeviceInformation ^ ParentDeviceInformation { DeviceInformation ^ get(); };
DeviceInformation ParentDeviceInformation();
public DeviceInformation ParentDeviceInformation { get; }
var deviceInformation = devicePairingSetMembersRequestedEventArgs.parentDeviceInformation;
Public ReadOnly Property ParentDeviceInformation As DeviceInformation

속성 값

집합의 기본 디바이스/엔드포인트를 나타내는 개체입니다.

설명

Bluetooth LE의 경우 왼쪽 이어버드를 페어링하여 시작한 경우 ParentDeviceInformation 은 해당 이어버드입니다.

IPP의 경우 WSD 디바이스 페어링을 시작하고 다른 디바이스를 추가한 경우 ParentDeviceInformation 은 WSD 디바이스가 됩니다.

적용 대상

추가 정보