다음을 통해 공유


DevicePairingRequestedEventArgs.DeviceInformation 속성

정의

이 페어링 요청과 연결된 DeviceInformation 개체를 가져옵니다.

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

속성 값

이 페어링 요청과 연결된 DeviceInformation 개체입니다.

적용 대상