다음을 통해 공유


WebUIDevicePairingActivatedEventArgs.DeviceInformation 속성

정의

작업을 트리거한 디바이스에 대한 정보를 가져옵니다.

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

속성 값

작업을 트리거한 디바이스에 대한 정보입니다.

구현

적용 대상