DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
집합의 기본 디바이스/엔드포인트를 가져옵니다. 자세한 정보 및 코드 예제는 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 디바이스가 됩니다.